Html Css Color HEX #F90FD1 Hot Magenta

📋 copy color: '#F90FD1'

red 249 ◦ green 15 ◦ blue 209

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

Shades of Hot Magenta #F90FD1

Tints of Hot Magenta #F90FD1

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.17%

 BLUE value IS 209 (82.03% from 255) = 44.19%

R = 52.64%
G = 3.17%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F90FD1 (or 0xF90FD1) is known color: Hot Magenta. HEX triplet: F9, 0F and D1. RGB value is (249,15,209). Sum of RGB (Red+Green+Blue) = 249+15+209=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 15 (6.25% from 255 or 3.17% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F90FD1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90FD1 is #06F02E. Grayscale: #6A6A6A. Windows color (decimal): -454703 or 13701113. OLE color: 13701113.

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

Color convert

RGB 249 15 209 -
CMYK 0 0.94 0.16 0.02
HSL 310.26º 0.95% 0.52% -
HSV(B) 310.26º 0.94% 0.98% -
XYZ 50.75 25.08 62.49 -
YUV 107.08 185.52 229.23 -
System Red Green Blue C M Y K H S L
Decimal 249 15 209 0 0.94 0.16 0.02 310.26 0.95 0.52
Hex F9 F D1 0 5E 10 2 136 5F 34
Octal 371 17 321 0 136 20 2 466 137 64
Binary 11111001 1111 11010001 0 1011110 10000 10 100110110 1011111 110100

Color Harmonies of #F90FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90FD1

Black with #F90FD1

Text Example


Text Example

White with #F90FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90FD1; }

 p { color: rgb(249,15,209); }

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

background-color css

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

 a { background-color: rgb(249,15,209); }

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

border-color css

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

 span { border-color: rgb(249,15,209); }

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