Html Css Color HEX #F824D7 Razzle Dazzle Rose

📋 copy color: '#F824D7'

red 248 ◦ green 36 ◦ blue 215

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

Shades of Razzle Dazzle Rose #F824D7

Tints of Razzle Dazzle Rose #F824D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.09%

R = 49.7%
G = 7.21%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F824D7 (or 0xF824D7) is known color: Razzle Dazzle Rose. HEX triplet: F8, 24 and D7. RGB value is (248,36,215). Sum of RGB (Red+Green+Blue) = 248+36+215=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 36 (14.45% from 255 or 7.21% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F824D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F824D7 is #07DB28. Grayscale: #777777. Windows color (decimal): -514857 or 14099704. OLE color: 14099704.

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

Color convert

RGB 248 36 215 -
CMYK 0 0.85 0.13 0.03
HSL 309.34º 0.94% 0.56% -
HSV(B) 309.34º 0.85% 0.97% -
XYZ 51.61 26.12 66.61 -
YUV 119.79 181.74 219.45 -
System Red Green Blue C M Y K H S L
Decimal 248 36 215 0 0.85 0.13 0.03 309.34 0.94 0.56
Hex F8 24 D7 0 55 D 3 135 5E 38
Octal 370 44 327 0 125 15 3 465 136 70
Binary 11111000 100100 11010111 0 1010101 1101 11 100110101 1011110 111000

Color Harmonies of #F824D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F824D7

Black with #F824D7

Text Example


Text Example

White with #F824D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F824D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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