Html Css Color HEX #F90DCF Hot Magenta

📋 copy color: '#F90DCF'

red 249 ◦ green 13 ◦ blue 207

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

Shades of Hot Magenta #F90DCF

Tints of Hot Magenta #F90DCF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.77%

 BLUE value IS 207 (81.25% from 255) = 44.14%

R = 53.09%
G = 2.77%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F90DCF (or 0xF90DCF) is known color: Hot Magenta. HEX triplet: F9, 0D and CF. RGB value is (249,13,207). Sum of RGB (Red+Green+Blue) = 249+13+207=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 13 (5.47% from 255 or 2.77% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F90DCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90DCF is #06F230. Grayscale: #696969. Windows color (decimal): -455217 or 13569529. OLE color: 13569529.

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

Color convert

RGB 249 13 207 -
CMYK 0 0.95 0.17 0.02
HSL 310.68º 0.95% 0.51% -
HSV(B) 310.68º 0.95% 0.98% -
XYZ 50.47 24.93 61.18 -
YUV 105.68 185.19 230.23 -
System Red Green Blue C M Y K H S L
Decimal 249 13 207 0 0.95 0.17 0.02 310.68 0.95 0.51
Hex F9 D CF 0 5F 11 2 137 5F 33
Octal 371 15 317 0 137 21 2 467 137 63
Binary 11111001 1101 11001111 0 1011111 10001 10 100110111 1011111 110011

Color Harmonies of #F90DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90DCF

Black with #F90DCF

Text Example


Text Example

White with #F90DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90DCF; }

 p { color: rgb(249,13,207); }

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

background-color css

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

 a { background-color: rgb(249,13,207); }

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

border-color css

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

 span { border-color: rgb(249,13,207); }

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