#F448C2

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

Shades of Razzle Dazzle Rose #F448C2

Tints of Razzle Dazzle Rose #F448C2

Color information

#F448C2 (or 0xF448C2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 48 and C2. RGB value is (244,72,194). Sum of RGB (Red+Green+Blue) = 244+72+194=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 72 (28.52% from 255 or 14.12% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F448C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F448C2 is #0BB73D. Grayscale: #898989. Windows color (decimal): -767806 or 12732660. OLE color: 12732660.

HSL color Cylindrical-coordinate representation of color #F448C2: hue angle of 317.44º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F448C2 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB24472194-
CMYK00.700.200.04
HSL317.44º88.66%61.96%-
HSV(B)317.44º70.49%95.69%-
XYZ49.3627.7653.8-
YUV137.34159.98204.08-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.84%
GREEN value IS 72 (28.52% from 255) = 14.12%
BLUE value IS 194 (76.17% from 255) = 38.04%
R=47.84%
G=14.12%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2447219400.700.200.04317.4488.6661.96
HexF448C204614413d593e
Octal364110302010624447513176
Binary1111010010010001100001001000110101001001001111011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F448C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F448C2; }

 p { color: rgb(244,72,194); }

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

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

 a { background-color: rgb(244,72,194); }

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

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

 span { border-color: rgb(244,72,194); }

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