Html Css Color HEX #F824F1 Magenta

📋 copy color: '#F824F1'

red 248 ◦ green 36 ◦ blue 241

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

Shades of Magenta #F824F1

Tints of Magenta #F824F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.9%

R = 47.24%
G = 6.86%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F824F1 (or 0xF824F1) is known color: Magenta. HEX triplet: F8, 24 and F1. RGB value is (248,36,241). Sum of RGB (Red+Green+Blue) = 248+36+241=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 36 (14.45% from 255 or 6.86% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F824F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F824F1 is #07DB0E. Grayscale: #7A7A7A. Windows color (decimal): -514831 or 15803640. OLE color: 15803640.

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

Color convert

RGB 248 36 241 -
CMYK 0 0.85 0.03 0.03
HSL 301.98º 0.94% 0.56% -
HSV(B) 301.98º 0.85% 0.97% -
XYZ 55.22 27.57 85.63 -
YUV 122.76 194.74 217.33 -
System Red Green Blue C M Y K H S L
Decimal 248 36 241 0 0.85 0.03 0.03 301.98 0.94 0.56
Hex F8 24 F1 0 55 3 3 12E 5E 38
Octal 370 44 361 0 125 3 3 456 136 70
Binary 11111000 100100 11110001 0 1010101 11 11 100101110 1011110 111000

Color Harmonies of #F824F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F824F1

Black with #F824F1

Text Example


Text Example

White with #F824F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F824F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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