#F848DC

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

Shades of Razzle Dazzle Rose #F848DC

Tints of Razzle Dazzle Rose #F848DC

Color information

#F848DC (or 0xF848DC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F8, 48 and DC. RGB value is (248,72,220). Sum of RGB (Red+Green+Blue) = 248+72+220=540 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.93% from 540); Green value is 72 (28.52% from 255 or 13.33% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 248 - color contains mainly: red. Hex color #F848DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F848DC is #07B723. Grayscale: #8D8D8D. Windows color (decimal): -505636 or 14436600. OLE color: 14436600.

HSL color Cylindrical-coordinate representation of color #F848DC: hue angle of 309.55º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F848DC is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB24872220-
CMYK00.710.110.03
HSL309.55º92.63%62.75%-
HSV(B)309.55º70.97%97.25%-
XYZ53.9529.7670.61-
YUV141.5172.31203.97-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.93%
GREEN value IS 72 (28.52% from 255) = 13.33%
BLUE value IS 220 (86.33% from 255) = 40.74%
R=45.93%
G=13.33%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2487222000.710.110.03309.5592.6362.75
HexF848DC047B31365d3f
Octal370110334010713346613577
Binary11111000100100011011100010001111011111001101101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F848DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F848DC; }

 p { color: rgb(248,72,220); }

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

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

 a { background-color: rgb(248,72,220); }

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

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

 span { border-color: rgb(248,72,220); }

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