Html Css Color HEX #F802C4 Hot Magenta

📋 copy color: '#F802C4'

red 248 ◦ green 2 ◦ blue 196

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

Shades of Hot Magenta #F802C4

Tints of Hot Magenta #F802C4

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.45%

 BLUE value IS 196 (76.95% from 255) = 43.95%

R = 55.61%
G = 0.45%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F802C4 (or 0xF802C4) is known color: Hot Magenta. HEX triplet: F8, 02 and C4. RGB value is (248,2,196). Sum of RGB (Red+Green+Blue) = 248+2+196=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 2 (1.17% from 255 or 0.45% from 446); Blue value is 196 (76.95% from 255 or 43.95% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F802C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F802C4 is #07FD3B. Grayscale: #616161. Windows color (decimal): -523580 or 12845816. OLE color: 12845816.

HSL color Cylindrical-coordinate representation of color #F802C4: hue angle of 312.68º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F802C4 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 2 196 -
CMYK 0 0.99 0.21 0.03
HSL 312.68º 0.98% 0.49% -
HSV(B) 312.68º 0.99% 0.97% -
XYZ 48.7 23.99 54.29 -
YUV 97.67 183.5 235.23 -
System Red Green Blue C M Y K H S L
Decimal 248 2 196 0 0.99 0.21 0.03 312.68 0.98 0.49
Hex F8 2 C4 0 63 15 3 139 62 31
Octal 370 2 304 0 143 25 3 471 142 61
Binary 11111000 10 11000100 0 1100011 10101 11 100111001 1100010 110001

Color Harmonies of #F802C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F802C4

Black with #F802C4

Text Example


Text Example

White with #F802C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F802C4; }

 p { color: rgb(248,2,196); }

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

background-color css

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

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

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

border-color css

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

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

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