Html Css Color HEX #F805C9 Hot Magenta

📋 copy color: '#F805C9'

red 248 ◦ green 5 ◦ blue 201

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

Shades of Hot Magenta #F805C9

Tints of Hot Magenta #F805C9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.1%

 BLUE value IS 201 (78.91% from 255) = 44.27%

R = 54.63%
G = 1.1%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F805C9 (or 0xF805C9) is known color: Hot Magenta. HEX triplet: F8, 05 and C9. RGB value is (248,5,201). Sum of RGB (Red+Green+Blue) = 248+5+201=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 5 (2.34% from 255 or 1.10% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F805C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F805C9 is #07FA36. Grayscale: #636363. Windows color (decimal): -522807 or 13174264. OLE color: 13174264.

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

Color convert

RGB 248 5 201 -
CMYK 0 0.98 0.19 0.03
HSL 311.6º 0.96% 0.5% -
HSV(B) 311.6º 0.98% 0.97% -
XYZ 49.31 24.28 57.35 -
YUV 100 185.01 233.56 -
System Red Green Blue C M Y K H S L
Decimal 248 5 201 0 0.98 0.19 0.03 311.6 0.96 0.5
Hex F8 5 C9 0 62 13 3 138 60 32
Octal 370 5 311 0 142 23 3 470 140 62
Binary 11111000 101 11001001 0 1100010 10011 11 100111000 1100000 110010

Color Harmonies of #F805C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F805C9

Black with #F805C9

Text Example


Text Example

White with #F805C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F805C9; }

 p { color: rgb(248,5,201); }

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

background-color css

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

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

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

border-color css

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

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

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