Html Css Color HEX #F90CCE Hot Magenta

📋 copy color: '#F90CCE'

red 249 ◦ green 12 ◦ blue 206

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

Shades of Hot Magenta #F90CCE

Tints of Hot Magenta #F90CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 53.32%
G = 2.57%
B = 44.11%

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

#F90CCE (or 0xF90CCE) is known color: Hot Magenta. HEX triplet: F9, 0C and CE. RGB value is (249,12,206). Sum of RGB (Red+Green+Blue) = 249+12+206=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 12 (5.08% from 255 or 2.57% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90CCE is #06F331. Grayscale: #686868. Windows color (decimal): -455474 or 13503737. OLE color: 13503737.

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

Color convert

RGB 249 12 206 -
CMYK 0 0.95 0.17 0.02
HSL 310.89º 0.95% 0.51% -
HSV(B) 310.89º 0.95% 0.98% -
XYZ 50.34 24.86 60.54 -
YUV 104.98 185.02 230.73 -
System Red Green Blue C M Y K H S L
Decimal 249 12 206 0 0.95 0.17 0.02 310.89 0.95 0.51
Hex F9 C CE 0 5F 11 2 137 5F 33
Octal 371 14 316 0 137 21 2 467 137 63
Binary 11111001 1100 11001110 0 1011111 10001 10 100110111 1011111 110011

Color Harmonies of #F90CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90CCE

Black with #F90CCE

Text Example


Text Example

White with #F90CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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