#F440D5

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

Shades of Razzle Dazzle Rose #F440D5

Tints of Razzle Dazzle Rose #F440D5

Color information

#F440D5 (or 0xF440D5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 40 and D5. RGB value is (244,64,213). Sum of RGB (Red+Green+Blue) = 244+64+213=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 64 (25.39% from 255 or 12.28% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F440D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440D5 is #0BBF2A. Grayscale: #868686. Windows color (decimal): -769835 or 13975796. OLE color: 13975796.

HSL color Cylindrical-coordinate representation of color #F440D5: hue angle of 310.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 #F440D5 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB24464213-
CMYK00.740.130.04
HSL310.33º89.11%60.39%-
HSV(B)310.33º73.77%95.69%-
XYZ51.1527.765.6-
YUV134.81172.13205.88-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.83%
GREEN value IS 64 (25.39% from 255) = 12.28%
BLUE value IS 213 (83.59% from 255) = 40.88%
R=46.83%
G=12.28%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446421300.740.130.04310.3389.1160.39
HexF440D504AD4136593c
Octal364100325011215446613174
Binary111101001000000110101010100101011011001001101101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F440D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F440D5; }

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

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

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

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

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

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

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

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