#F442C7

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

Shades of Razzle Dazzle Rose #F442C7

Tints of Razzle Dazzle Rose #F442C7

Color information

#F442C7 (or 0xF442C7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 42 and C7. RGB value is (244,66,199). Sum of RGB (Red+Green+Blue) = 244+66+199=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 66 (26.17% from 255 or 12.97% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F442C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F442C7 is #0BBD38. Grayscale: #868686. Windows color (decimal): -769337 or 13058804. OLE color: 13058804.

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

Color convert

RGB24466199-
CMYK00.730.180.04
HSL315.17º89%60.78%-
HSV(B)315.17º72.95%95.69%-
XYZ49.5727.2556.68-
YUV134.38164.47206.19-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.94%
GREEN value IS 66 (26.17% from 255) = 12.97%
BLUE value IS 199 (78.12% from 255) = 39.10%
R=47.94%
G=12.97%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446619900.730.180.04315.178960.78
HexF442C704912413b593d
Octal364102307011122447313175
Binary1111010010000101100011101001001100101001001110111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F442C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F442C7; }

 p { color: rgb(244,66,199); }

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

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

 a { background-color: rgb(244,66,199); }

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

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

 span { border-color: rgb(244,66,199); }

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