Html Css Color HEX #F820D9 Razzle Dazzle Rose

📋 copy color: '#F820D9'

red 248 ◦ green 32 ◦ blue 217

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

Shades of Razzle Dazzle Rose #F820D9

Tints of Razzle Dazzle Rose #F820D9

RGB

 RED value IS 248 (97.27% from 255) = 49.9%

 GREEN value IS 32 (12.89% from 255) = 6.44%

 BLUE value IS 217 (85.16% from 255) = 43.66%

R = 49.9%
G = 6.44%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F820D9 (or 0xF820D9) is known color: Razzle Dazzle Rose. HEX triplet: F8, 20 and D9. RGB value is (248,32,217). Sum of RGB (Red+Green+Blue) = 248+32+217=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 32 (12.89% from 255 or 6.44% from 497); Blue value is 217 (85.16% from 255 or 43.66% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F820D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F820D9 is #07DF26. Grayscale: #757575. Windows color (decimal): -515879 or 14229752. OLE color: 14229752.

HSL color Cylindrical-coordinate representation of color #F820D9: hue angle of 308.61º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F820D9 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 32 217 -
CMYK 0 0.87 0.12 0.03
HSL 308.61º 0.94% 0.55% -
HSV(B) 308.61º 0.87% 0.97% -
XYZ 51.75 26 67.94 -
YUV 117.67 184.06 220.96 -
System Red Green Blue C M Y K H S L
Decimal 248 32 217 0 0.87 0.12 0.03 308.61 0.94 0.55
Hex F8 20 D9 0 57 C 3 135 5E 37
Octal 370 40 331 0 127 14 3 465 136 67
Binary 11111000 100000 11011001 0 1010111 1100 11 100110101 1011110 110111

Color Harmonies of #F820D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F820D9

Black with #F820D9

Text Example


Text Example

White with #F820D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F820D9; }

 p { color: rgb(248,32,217); }

 H1.HeaderClassName
 {
   color: #F820D9;
 }
 .AnyTagClassName
 {
   color: #F820D9;
 }
</style>

background-color css

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

 a { background-color: rgb(248,32,217); }

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

border-color css

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

 span { border-color: rgb(248,32,217); }

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