Html Css Color HEX #F009D0 Hot Magenta

📋 copy color: '#F009D0'

red 240 ◦ green 9 ◦ blue 208

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

Shades of Hot Magenta #F009D0

Tints of Hot Magenta #F009D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.51%

R = 52.52%
G = 1.97%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F009D0 (or 0xF009D0) is known color: Hot Magenta. HEX triplet: F0, 09 and D0. RGB value is (240,9,208). Sum of RGB (Red+Green+Blue) = 240+9+208=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 9 (3.91% from 255 or 1.97% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F009D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F009D0 is #0FF62F. Grayscale: #646464. Windows color (decimal): -1046064 or 13634032. OLE color: 13634032.

HSL color Cylindrical-coordinate representation of color #F009D0: hue angle of 308.31º 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 #F009D0 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 9 208 -
CMYK 0 0.96 0.13 0.06
HSL 308.31º 0.93% 0.49% -
HSV(B) 308.31º 0.96% 0.94% -
XYZ 47.42 23.27 61.67 -
YUV 100.76 188.53 227.32 -
System Red Green Blue C M Y K H S L
Decimal 240 9 208 0 0.96 0.13 0.06 308.31 0.93 0.49
Hex F0 9 D0 0 60 D 6 134 5D 31
Octal 360 11 320 0 140 15 6 464 135 61
Binary 11110000 1001 11010000 0 1100000 1101 110 100110100 1011101 110001

Color Harmonies of #F009D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F009D0

Black with #F009D0

Text Example


Text Example

White with #F009D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F009D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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