Html Css Color HEX #F009CB Hot Magenta

📋 copy color: '#F009CB'

red 240 ◦ green 9 ◦ blue 203

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

Shades of Hot Magenta #F009CB

Tints of Hot Magenta #F009CB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.99%

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

R = 53.1%
G = 1.99%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F009CB (or 0xF009CB) is known color: Hot Magenta. HEX triplet: F0, 09 and CB. RGB value is (240,9,203). Sum of RGB (Red+Green+Blue) = 240+9+203=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 9 (3.91% from 255 or 1.99% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F009CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F009CB is #0FF634. Grayscale: #636363. Windows color (decimal): -1046069 or 13306352. OLE color: 13306352.

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

Color convert

RGB 240 9 203 -
CMYK 0 0.96 0.15 0.06
HSL 309.61º 0.93% 0.49% -
HSV(B) 309.61º 0.96% 0.94% -
XYZ 46.81 23.03 58.48 -
YUV 100.19 186.03 227.73 -
System Red Green Blue C M Y K H S L
Decimal 240 9 203 0 0.96 0.15 0.06 309.61 0.93 0.49
Hex F0 9 CB 0 60 F 6 136 5D 31
Octal 360 11 313 0 140 17 6 466 135 61
Binary 11110000 1001 11001011 0 1100000 1111 110 100110110 1011101 110001

Color Harmonies of #F009CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F009CB

Black with #F009CB

Text Example


Text Example

White with #F009CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F009CB; }

 p { color: rgb(240,9,203); }

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

background-color css

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

 a { background-color: rgb(240,9,203); }

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

border-color css

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

 span { border-color: rgb(240,9,203); }

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