Html Css Color HEX #F848DC Razzle Dazzle Rose

📋 copy color: '#F848DC'

red 248 ◦ green 72 ◦ blue 220

#F848DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #F848DC

Tints of Razzle Dazzle Rose #F848DC

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 value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F848DC (or 0xF848DC) is known color: 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

RGB 248 72 220 -
CMYK 0 0.71 0.11 0.03
HSL 309.55º 0.93% 0.63% -
HSV(B) 309.55º 0.71% 0.97% -
XYZ 53.95 29.76 70.61 -
YUV 141.5 172.31 203.97 -
System Red Green Blue C M Y K H S L
Decimal 248 72 220 0 0.71 0.11 0.03 309.55 0.93 0.63
Hex F8 48 DC 0 47 B 3 136 5D 3F
Octal 370 110 334 0 107 13 3 466 135 77
Binary 11111000 1001000 11011100 0 1000111 1011 11 100110110 1011101 111111

Color Harmonies of #F848DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F848DC

Black with #F848DC

Text Example


Text Example

White with #F848DC

Text Example


Text Example

HTML Codes & Css Web 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>