Html Css Color HEX #F824ED Razzle Dazzle Rose

📋 copy color: '#F824ED'

red 248 ◦ green 36 ◦ blue 237

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

Shades of Razzle Dazzle Rose #F824ED

Tints of Razzle Dazzle Rose #F824ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.49%

R = 47.6%
G = 6.91%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F824ED (or 0xF824ED) is known color: Razzle Dazzle Rose. HEX triplet: F8, 24 and ED. RGB value is (248,36,237). Sum of RGB (Red+Green+Blue) = 248+36+237=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 36 (14.45% from 255 or 6.91% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F824ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F824ED is #07DB12. Grayscale: #797979. Windows color (decimal): -514835 or 15541496. OLE color: 15541496.

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

Color convert

RGB 248 36 237 -
CMYK 0 0.85 0.04 0.03
HSL 303.11º 0.94% 0.56% -
HSV(B) 303.11º 0.85% 0.97% -
XYZ 54.63 27.33 82.52 -
YUV 122.3 192.74 217.66 -
System Red Green Blue C M Y K H S L
Decimal 248 36 237 0 0.85 0.04 0.03 303.11 0.94 0.56
Hex F8 24 ED 0 55 4 3 12F 5E 38
Octal 370 44 355 0 125 4 3 457 136 70
Binary 11111000 100100 11101101 0 1010101 100 11 100101111 1011110 111000

Color Harmonies of #F824ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F824ED

Black with #F824ED

Text Example


Text Example

White with #F824ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F824ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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