Html Css Color HEX #F008C9 Hot Magenta

📋 copy color: '#F008C9'

red 240 ◦ green 8 ◦ blue 201

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

Shades of Hot Magenta #F008C9

Tints of Hot Magenta #F008C9

RGB

 RED value IS 240 (94.14% from 255) = 53.45%

 GREEN value IS 8 (3.52% from 255) = 1.78%

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

R = 53.45%
G = 1.78%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F008C9 (or 0xF008C9) is known color: Hot Magenta. HEX triplet: F0, 08 and C9. RGB value is (240,8,201). Sum of RGB (Red+Green+Blue) = 240+8+201=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 8 (3.52% from 255 or 1.78% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F008C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F008C9 is #0FF736. Grayscale: #626262. Windows color (decimal): -1046327 or 13175024. OLE color: 13175024.

HSL color Cylindrical-coordinate representation of color #F008C9: hue angle of 310.09º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F008C9 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 8 201 -
CMYK 0 0.97 0.16 0.06
HSL 310.09º 0.94% 0.49% -
HSV(B) 310.09º 0.97% 0.94% -
XYZ 46.56 22.92 57.23 -
YUV 99.37 185.36 228.31 -
System Red Green Blue C M Y K H S L
Decimal 240 8 201 0 0.97 0.16 0.06 310.09 0.94 0.49
Hex F0 8 C9 0 61 10 6 136 5E 31
Octal 360 10 311 0 141 20 6 466 136 61
Binary 11110000 1000 11001001 0 1100001 10000 110 100110110 1011110 110001

Color Harmonies of #F008C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F008C9

Black with #F008C9

Text Example


Text Example

White with #F008C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F008C9; }

 p { color: rgb(240,8,201); }

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

background-color css

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

 a { background-color: rgb(240,8,201); }

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

border-color css

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

 span { border-color: rgb(240,8,201); }

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