#f324d4

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

Shades of Razzle Dazzle Rose #F324D4

Tints of Razzle Dazzle Rose #F324D4

Color information

#F324D4 (or 0xF324D4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F3, 24 and D4. RGB value is (243,36,212). Sum of RGB (Red+Green+Blue) = 243+36+212=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 36 (14.45% from 255 or 7.33% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F324D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F324D4 is #0CDB2B. Grayscale: #757575. Windows color (decimal): -842540 or 13903091. OLE color: 13903091.

HSL color Cylindrical-coordinate representation of color #F324D4: hue angle of 308.99º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F324D4 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB24336212-
CMYK00.850.130.05
HSL308.99º89.61%54.71%-
HSV(B)308.99º85.19%95.29%-
XYZ49.4825.0764.52-
YUV117.96181.08217.19-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.49%
GREEN value IS 36 (14.45% from 255) = 7.33%
BLUE value IS 212 (83.20% from 255) = 43.18%
R=49.49%
G=7.33%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2433621200.850.130.05308.9989.6154.71
HexF324D4055D51355a37
Octal36344324012515546513267
Binary11110011100100110101000101010111011011001101011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f324d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f324d4; }

 p { color: rgb(243,36,212); }

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

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

 a { background-color: rgb(243,36,212); }

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

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

 span { border-color: rgb(243,36,212); }

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