Html Css Color HEX #F807C9 Hot Magenta

📋 copy color: '#F807C9'

red 248 ◦ green 7 ◦ blue 201

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

Shades of Hot Magenta #F807C9

Tints of Hot Magenta #F807C9

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.54%

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

R = 54.39%
G = 1.54%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F807C9 (or 0xF807C9) is known color: Hot Magenta. HEX triplet: F8, 07 and C9. RGB value is (248,7,201). Sum of RGB (Red+Green+Blue) = 248+7+201=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 7 (3.12% from 255 or 1.54% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F807C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F807C9 is #07F836. Grayscale: #646464. Windows color (decimal): -522295 or 13174776. OLE color: 13174776.

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

Color convert

RGB 248 7 201 -
CMYK 0 0.97 0.19 0.03
HSL 311.7º 0.95% 0.5% -
HSV(B) 311.7º 0.97% 0.97% -
XYZ 49.33 24.33 57.35 -
YUV 101.18 184.34 232.73 -
System Red Green Blue C M Y K H S L
Decimal 248 7 201 0 0.97 0.19 0.03 311.7 0.95 0.5
Hex F8 7 C9 0 61 13 3 138 5F 32
Octal 370 7 311 0 141 23 3 470 137 62
Binary 11111000 111 11001001 0 1100001 10011 11 100111000 1011111 110010

Color Harmonies of #F807C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F807C9

Black with #F807C9

Text Example


Text Example

White with #F807C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F807C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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