Html Css Color HEX #F907D0 Hot Magenta

📋 copy color: '#F907D0'

red 249 ◦ green 7 ◦ blue 208

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

Shades of Hot Magenta #F907D0

Tints of Hot Magenta #F907D0

RGB

 RED value IS 249 (97.66% from 255) = 53.66%

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

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

R = 53.66%
G = 1.51%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F907D0 (or 0xF907D0) is known color: Hot Magenta. HEX triplet: F9, 07 and D0. RGB value is (249,7,208). Sum of RGB (Red+Green+Blue) = 249+7+208=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 7 (3.12% from 255 or 1.51% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F907D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F907D0 is #06F82F. Grayscale: #656565. Windows color (decimal): -456752 or 13633529. OLE color: 13633529.

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

Color convert

RGB 249 7 208 -
CMYK 0 0.97 0.16 0.02
HSL 310.17º 0.95% 0.5% -
HSV(B) 310.17º 0.97% 0.98% -
XYZ 50.53 24.85 61.81 -
YUV 102.27 187.67 232.66 -
System Red Green Blue C M Y K H S L
Decimal 249 7 208 0 0.97 0.16 0.02 310.17 0.95 0.5
Hex F9 7 D0 0 61 10 2 136 5F 32
Octal 371 7 320 0 141 20 2 466 137 62
Binary 11111001 111 11010000 0 1100001 10000 10 100110110 1011111 110010

Color Harmonies of #F907D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F907D0

Black with #F907D0

Text Example


Text Example

White with #F907D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F907D0; }

 p { color: rgb(249,7,208); }

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

background-color css

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

 a { background-color: rgb(249,7,208); }

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

border-color css

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

 span { border-color: rgb(249,7,208); }

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