Html Css Color HEX #F90DD7 Hot Magenta

📋 copy color: '#F90DD7'

red 249 ◦ green 13 ◦ blue 215

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

Shades of Hot Magenta #F90DD7

Tints of Hot Magenta #F90DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.07%

R = 52.2%
G = 2.73%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F90DD7 (or 0xF90DD7) is known color: Hot Magenta. HEX triplet: F9, 0D and D7. RGB value is (249,13,215). Sum of RGB (Red+Green+Blue) = 249+13+215=477 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.20% from 477); Green value is 13 (5.47% from 255 or 2.73% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 249 - color contains mainly: red. Hex color #F90DD7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90DD7 is #06F228. Grayscale: #6A6A6A. Windows color (decimal): -455209 or 14093817. OLE color: 14093817.

HSL color Cylindrical-coordinate representation of color #F90DD7: hue angle of 308.64º 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 #F90DD7 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 13 215 -
CMYK 0 0.95 0.14 0.02
HSL 308.64º 0.95% 0.51% -
HSV(B) 308.64º 0.95% 0.98% -
XYZ 51.48 25.33 66.47 -
YUV 106.59 189.19 229.57 -
System Red Green Blue C M Y K H S L
Decimal 249 13 215 0 0.95 0.14 0.02 308.64 0.95 0.51
Hex F9 D D7 0 5F E 2 135 5F 33
Octal 371 15 327 0 137 16 2 465 137 63
Binary 11111001 1101 11010111 0 1011111 1110 10 100110101 1011111 110011

Color Harmonies of #F90DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90DD7

Black with #F90DD7

Text Example


Text Example

White with #F90DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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