#F440C5

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

Shades of Razzle Dazzle Rose #F440C5

Tints of Razzle Dazzle Rose #F440C5

Color information

#F440C5 (or 0xF440C5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 40 and C5. RGB value is (244,64,197). Sum of RGB (Red+Green+Blue) = 244+64+197=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 64 (25.39% from 255 or 12.67% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F440C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440C5 is #0BBF3A. Grayscale: #848484. Windows color (decimal): -769851 or 12927220. OLE color: 12927220.

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

Color convert

RGB24464197-
CMYK00.740.190.04
HSL315.67º89.11%60.39%-
HSV(B)315.67º73.77%95.69%-
XYZ49.2226.9355.43-
YUV132.98164.13207.19-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.32%
GREEN value IS 64 (25.39% from 255) = 12.67%
BLUE value IS 197 (77.34% from 255) = 39.01%
R=48.32%
G=12.67%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446419700.740.190.04315.6789.1160.39
HexF440C504A13413c593c
Octal364100305011223447413174
Binary1111010010000001100010101001010100111001001111001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F440C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F440C5; }

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

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

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

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

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

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

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

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