Html Css Color HEX #F90CDA Hot Magenta

📋 copy color: '#F90CDA'

red 249 ◦ green 12 ◦ blue 218

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

Shades of Hot Magenta #F90CDA

Tints of Hot Magenta #F90CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 51.98%
G = 2.51%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F90CDA (or 0xF90CDA) is known color: Hot Magenta. HEX triplet: F9, 0C and DA. RGB value is (249,12,218). Sum of RGB (Red+Green+Blue) = 249+12+218=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 12 (5.08% from 255 or 2.51% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90CDA is #06F325. Grayscale: #696969. Windows color (decimal): -455462 or 14290169. OLE color: 14290169.

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

Color convert

RGB 249 12 218 -
CMYK 0 0.95 0.12 0.02
HSL 307.85º 0.95% 0.51% -
HSV(B) 307.85º 0.95% 0.98% -
XYZ 51.85 25.46 68.51 -
YUV 106.35 191.02 229.75 -
System Red Green Blue C M Y K H S L
Decimal 249 12 218 0 0.95 0.12 0.02 307.85 0.95 0.51
Hex F9 C DA 0 5F C 2 134 5F 33
Octal 371 14 332 0 137 14 2 464 137 63
Binary 11111001 1100 11011010 0 1011111 1100 10 100110100 1011111 110011

Color Harmonies of #F90CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90CDA

Black with #F90CDA

Text Example


Text Example

White with #F90CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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