#F432DB

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

Shades of Razzle Dazzle Rose #F432DB

Tints of Razzle Dazzle Rose #F432DB

Color information

#F432DB (or 0xF432DB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 32 and DB. RGB value is (244,50,219). Sum of RGB (Red+Green+Blue) = 244+50+219=513 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.56% from 513); Green value is 50 (19.92% from 255 or 9.75% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 244 - color contains mainly: red. Hex color #F432DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F432DB is #0BCD24. Grayscale: #7E7E7E. Windows color (decimal): -773413 or 14365428. OLE color: 14365428.

HSL color Cylindrical-coordinate representation of color #F432DB: hue angle of 307.73º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F432DB is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB24450219-
CMYK00.800.100.04
HSL307.73º89.81%57.65%-
HSV(B)307.73º79.51%95.69%-
XYZ51.2426.6369.46-
YUV127.27179.77211.26-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.56%
GREEN value IS 50 (19.92% from 255) = 9.75%
BLUE value IS 219 (85.94% from 255) = 42.69%
R=47.56%
G=9.75%
B=42.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2445021900.800.100.04307.7389.8157.65
HexF432DB050A41345a3a
Octal36462333012012446413272
Binary11110100110010110110110101000010101001001101001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F432DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F432DB; }

 p { color: rgb(244,50,219); }

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

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

 a { background-color: rgb(244,50,219); }

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

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

 span { border-color: rgb(244,50,219); }

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