Html Css Color HEX #F90CDD Hot Magenta

📋 copy color: '#F90CDD'

red 249 ◦ green 12 ◦ blue 221

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

Shades of Hot Magenta #F90CDD

Tints of Hot Magenta #F90CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.49%

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 51.66%
G = 2.49%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F90CDD (or 0xF90CDD) is known color: Hot Magenta. HEX triplet: F9, 0C and DD. RGB value is (249,12,221). Sum of RGB (Red+Green+Blue) = 249+12+221=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 12 (5.08% from 255 or 2.49% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90CDD is #06F322. Grayscale: #6A6A6A. Windows color (decimal): -455459 or 14486777. OLE color: 14486777.

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

Color convert

RGB 249 12 221 -
CMYK 0 0.95 0.11 0.02
HSL 307.09º 0.95% 0.51% -
HSV(B) 307.09º 0.95% 0.98% -
XYZ 52.25 25.62 70.6 -
YUV 106.69 192.52 229.51 -
System Red Green Blue C M Y K H S L
Decimal 249 12 221 0 0.95 0.11 0.02 307.09 0.95 0.51
Hex F9 C DD 0 5F B 2 133 5F 33
Octal 371 14 335 0 137 13 2 463 137 63
Binary 11111001 1100 11011101 0 1011111 1011 10 100110011 1011111 110011

Color Harmonies of #F90CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90CDD

Black with #F90CDD

Text Example


Text Example

White with #F90CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90CDD; }

 p { color: rgb(249,12,221); }

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

background-color css

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

 a { background-color: rgb(249,12,221); }

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

border-color css

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

 span { border-color: rgb(249,12,221); }

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