#f231dd

Color #F231DD Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F231DD

Tints of Razzle Dazzle Rose #F231DD

Color information

#F231DD (or 0xF231DD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F2, 31 and DD. RGB value is (242,49,221). Sum of RGB (Red+Green+Blue) = 242+49+221=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 49 (19.53% from 255 or 9.57% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F231DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F231DD is #0DCE22. Grayscale: #7D7D7D. Windows color (decimal): -904739 or 14496242. OLE color: 14496242.

HSL color Cylindrical-coordinate representation of color #F231DD: hue angle of 306.53º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F231DD is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB24249221-
CMYK00.800.090.05
HSL306.53º88.13%57.06%-
HSV(B)306.53º79.75%94.9%-
XYZ50.7726.2970.81-
YUV126.32181.44210.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 47.27%
GREEN value IS 49 (19.53% from 255) = 9.57%
BLUE value IS 221 (86.72% from 255) = 43.16%
R=47.27%
G=9.57%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2424922100.800.090.05306.5388.1357.06
HexF231DD050951335839
Octal36261335012011546313071
Binary11110010110001110111010101000010011011001100111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f231dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f231dd; }

 p { color: rgb(242,49,221); }

 H1.HeaderClassName
 {
   color: #f231dd;
 }
 .AnyTagClassName
 {
   color: #f231dd;
 }
</style>
background-color css

<style>
 a { background-color: #f231dd; }

 a { background-color: rgb(242,49,221); }

 div.DivClassName
 {
   background-color: #f231dd;
 }
 .BgClassName
 {
   background-color: #f231dd;
 }
</style>
border-color css

<style>
 span { border-color: #f231dd; }

 span { border-color: rgb(242,49,221); }

 td.TdClassName
 {
   border-color: #f231dd;
 }
 .TagClassName
 {
   border-color: #f231dd;
 }
</style>