Html Css Color HEX #F824FF Magenta

📋 copy color: '#F824FF'

red 248 ◦ green 36 ◦ blue 255

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

Shades of Magenta #F824FF

Tints of Magenta #F824FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.31%

R = 46.01%
G = 6.68%
B = 47.31%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F824FF (or 0xF824FF) is known color: Magenta. HEX triplet: F8, 24 and FF. RGB value is (248,36,255). Sum of RGB (Red+Green+Blue) = 248+36+255=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 36 (14.45% from 255 or 6.68% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #F824FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F824FF is #07DB00. Grayscale: #7B7B7B. Windows color (decimal): -514817 or 16721144. OLE color: 16721144.

HSL color Cylindrical-coordinate representation of color #F824FF: hue angle of 298.08º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F824FF is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 248 36 255 -
CMYK 0.03 0.86 0 0
HSL 298.08º 1% 0.57% -
HSV(B) 298.08º 0.86% 1% -
XYZ 57.39 28.44 97.07 -
YUV 124.35 201.74 216.19 -
System Red Green Blue C M Y K H S L
Decimal 248 36 255 0.03 0.86 0 0 298.08 1 0.57
Hex F8 24 FF 3 56 0 0 12A 64 39
Octal 370 44 377 3 126 0 0 452 144 71
Binary 11111000 100100 11111111 11 1010110 0 0 100101010 1100100 111001

Color Harmonies of #F824FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F824FF

Black with #F824FF

Text Example


Text Example

White with #F824FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F824FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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