Html Css Color HEX #F80ACB Hot Magenta

📋 copy color: '#F80ACB'

red 248 ◦ green 10 ◦ blue 203

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

Shades of Hot Magenta #F80ACB

Tints of Hot Magenta #F80ACB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.17%

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 53.8%
G = 2.17%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F80ACB (or 0xF80ACB) is known color: Hot Magenta. HEX triplet: F8, 0A and CB. RGB value is (248,10,203). Sum of RGB (Red+Green+Blue) = 248+10+203=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 10 (4.30% from 255 or 2.17% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F80ACB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80ACB is #07F534. Grayscale: #666666. Windows color (decimal): -521525 or 13306616. OLE color: 13306616.

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

Color convert

RGB 248 10 203 -
CMYK 0 0.96 0.18 0.03
HSL 311.34º 0.94% 0.51% -
HSV(B) 311.34º 0.96% 0.97% -
XYZ 49.6 24.49 58.61 -
YUV 103.16 184.35 231.31 -
System Red Green Blue C M Y K H S L
Decimal 248 10 203 0 0.96 0.18 0.03 311.34 0.94 0.51
Hex F8 A CB 0 60 12 3 137 5E 33
Octal 370 12 313 0 140 22 3 467 136 63
Binary 11111000 1010 11001011 0 1100000 10010 11 100110111 1011110 110011

Color Harmonies of #F80ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80ACB

Black with #F80ACB

Text Example


Text Example

White with #F80ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80ACB; }

 p { color: rgb(248,10,203); }

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

background-color css

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

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

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

border-color css

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

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

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