Html Css Color HEX #F824F8 Magenta

📋 copy color: '#F824F8'

red 248 ◦ green 36 ◦ blue 248

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

Shades of Magenta #F824F8

Tints of Magenta #F824F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.62%

R = 46.62%
G = 6.77%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F824F8 (or 0xF824F8) is known color: Magenta. HEX triplet: F8, 24 and F8. RGB value is (248,36,248). Sum of RGB (Red+Green+Blue) = 248+36+248=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 36 (14.45% from 255 or 6.77% from 532); Blue value is 248 (97.27% from 255 or 46.62% from 532); Max value from RGB is 248 - color contains mainly: red, blue. Hex color #F824F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F824F8 is #07DB07. Grayscale: #7A7A7A. Windows color (decimal): -514824 or 16262392. OLE color: 16262392.

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

Color convert

RGB 248 36 248 -
CMYK 0 0.85 0 0.03
HSL 300º 0.94% 0.56% -
HSV(B) 300º 0.85% 0.97% -
XYZ 56.29 28 91.24 -
YUV 123.56 198.24 216.76 -
System Red Green Blue C M Y K H S L
Decimal 248 36 248 0 0.85 0 0.03 300 0.94 0.56
Hex F8 24 F8 0 55 0 3 12C 5E 38
Octal 370 44 370 0 125 0 3 454 136 70
Binary 11111000 100100 11111000 0 1010101 0 11 100101100 1011110 111000

Color Harmonies of #F824F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F824F8

Black with #F824F8

Text Example


Text Example

White with #F824F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F824F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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