#F448D0

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

Shades of Razzle Dazzle Rose #F448D0

Tints of Razzle Dazzle Rose #F448D0

Color information

#F448D0 (or 0xF448D0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 48 and D0. RGB value is (244,72,208). Sum of RGB (Red+Green+Blue) = 244+72+208=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 72 (28.52% from 255 or 13.74% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 244 - color contains mainly: red. Hex color #F448D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F448D0 is #0BB72F. Grayscale: #8A8A8A. Windows color (decimal): -767792 or 13650164. OLE color: 13650164.

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

Color convert

RGB24472208-
CMYK00.700.150.04
HSL312.56º88.66%61.96%-
HSV(B)312.56º70.49%95.69%-
XYZ51.0128.4262.47-
YUV138.93166.98202.94-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.56%
GREEN value IS 72 (28.52% from 255) = 13.74%
BLUE value IS 208 (81.64% from 255) = 39.69%
R=46.56%
G=13.74%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2447220800.700.150.04312.5688.6661.96
HexF448D0046F4139593e
Octal364110320010617447113176
Binary111101001001000110100000100011011111001001110011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F448D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F448D0; }

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

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

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

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

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

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

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

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