#F331D2

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

Shades of Razzle Dazzle Rose #F331D2

Tints of Razzle Dazzle Rose #F331D2

Color information

#F331D2 (or 0xF331D2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 31 and D2. RGB value is (243,49,210). Sum of RGB (Red+Green+Blue) = 243+49+210=502 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.41% from 502); Green value is 49 (19.53% from 255 or 9.76% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 243 - color contains mainly: red. Hex color #F331D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F331D2 is #0CCE2D. Grayscale: #7C7C7C. Windows color (decimal): -839214 or 13775347. OLE color: 13775347.

HSL color Cylindrical-coordinate representation of color #F331D2: hue angle of 310.21º degrees, saturation: 0.89, 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 #F331D2 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB24349210-
CMYK00.800.140.05
HSL310.21º88.99%57.25%-
HSV(B)310.21º79.84%95.29%-
XYZ49.6925.963.35-
YUV125.36175.77211.91-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.41%
GREEN value IS 49 (19.53% from 255) = 9.76%
BLUE value IS 210 (82.42% from 255) = 41.83%
R=48.41%
G=9.76%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2434921000.800.140.05310.2188.9957.25
HexF331D2050E51365939
Octal36361322012016546613171
Binary11110011110001110100100101000011101011001101101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F331D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F331D2; }

 p { color: rgb(243,49,210); }

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

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

 a { background-color: rgb(243,49,210); }

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

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

 span { border-color: rgb(243,49,210); }

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