Html Css Color HEX #F820E2 Razzle Dazzle Rose

📋 copy color: '#F820E2'

red 248 ◦ green 32 ◦ blue 226

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

Shades of Razzle Dazzle Rose #F820E2

Tints of Razzle Dazzle Rose #F820E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.66%

R = 49.01%
G = 6.32%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F820E2 (or 0xF820E2) is known color: Razzle Dazzle Rose. HEX triplet: F8, 20 and E2. RGB value is (248,32,226). Sum of RGB (Red+Green+Blue) = 248+32+226=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 32 (12.89% from 255 or 6.32% from 506); Blue value is 226 (88.67% from 255 or 44.66% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F820E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F820E2 is #07DF1D. Grayscale: #767676. Windows color (decimal): -515870 or 14819576. OLE color: 14819576.

HSL color Cylindrical-coordinate representation of color #F820E2: hue angle of 306.11º 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 #F820E2 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 32 226 -
CMYK 0 0.87 0.09 0.03
HSL 306.11º 0.94% 0.55% -
HSV(B) 306.11º 0.87% 0.97% -
XYZ 52.96 26.48 74.27 -
YUV 118.7 188.56 220.23 -
System Red Green Blue C M Y K H S L
Decimal 248 32 226 0 0.87 0.09 0.03 306.11 0.94 0.55
Hex F8 20 E2 0 57 9 3 132 5E 37
Octal 370 40 342 0 127 11 3 462 136 67
Binary 11111000 100000 11100010 0 1010111 1001 11 100110010 1011110 110111

Color Harmonies of #F820E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F820E2

Black with #F820E2

Text Example


Text Example

White with #F820E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F820E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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