Html Css Color HEX #F824E2 Razzle Dazzle Rose

📋 copy color: '#F824E2'

red 248 ◦ green 36 ◦ blue 226

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

Shades of Razzle Dazzle Rose #F824E2

Tints of Razzle Dazzle Rose #F824E2

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.06%

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

R = 48.63%
G = 7.06%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#F824E2 (or 0xF824E2) is known color: Razzle Dazzle Rose. HEX triplet: F8, 24 and E2. RGB value is (248,36,226). Sum of RGB (Red+Green+Blue) = 248+36+226=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 36 (14.45% from 255 or 7.06% from 510); Blue value is 226 (88.67% from 255 or 44.31% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F824E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F824E2 is #07DB1D. Grayscale: #787878. Windows color (decimal): -514846 or 14820600. OLE color: 14820600.

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

Color convert

RGB 248 36 226 -
CMYK 0 0.85 0.09 0.03
HSL 306.23º 0.94% 0.56% -
HSV(B) 306.23º 0.85% 0.97% -
XYZ 53.07 26.71 74.31 -
YUV 121.05 187.24 218.55 -
System Red Green Blue C M Y K H S L
Decimal 248 36 226 0 0.85 0.09 0.03 306.23 0.94 0.56
Hex F8 24 E2 0 55 9 3 132 5E 38
Octal 370 44 342 0 125 11 3 462 136 70
Binary 11111000 100100 11100010 0 1010101 1001 11 100110010 1011110 111000

Color Harmonies of #F824E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F824E2

Black with #F824E2

Text Example


Text Example

White with #F824E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F824E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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