#F440D2

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

Shades of Razzle Dazzle Rose #F440D2

Tints of Razzle Dazzle Rose #F440D2

Color information

#F440D2 (or 0xF440D2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 40 and D2. RGB value is (244,64,210). Sum of RGB (Red+Green+Blue) = 244+64+210=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 64 (25.39% from 255 or 12.36% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F440D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440D2 is #0BBF2D. Grayscale: #868686. Windows color (decimal): -769838 or 13779188. OLE color: 13779188.

HSL color Cylindrical-coordinate representation of color #F440D2: hue angle of 311.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F440D2 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB24464210-
CMYK00.740.140.04
HSL311.33º89.11%60.39%-
HSV(B)311.33º73.77%95.69%-
XYZ50.7727.5563.61-
YUV134.46170.63206.13-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.10%
GREEN value IS 64 (25.39% from 255) = 12.36%
BLUE value IS 210 (82.42% from 255) = 40.54%
R=47.10%
G=12.36%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446421000.740.140.04311.3389.1160.39
HexF440D204AE4137593c
Octal364100322011216446713174
Binary111101001000000110100100100101011101001001101111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F440D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F440D2; }

 p { color: rgb(244,64,210); }

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

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

 a { background-color: rgb(244,64,210); }

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

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

 span { border-color: rgb(244,64,210); }

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