Html Css Color HEX #F90BCC Hot Magenta

📋 copy color: '#F90BCC'

red 249 ◦ green 11 ◦ blue 204

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

Shades of Hot Magenta #F90BCC

Tints of Hot Magenta #F90BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.37%

 BLUE value IS 204 (80.08% from 255) = 43.97%

R = 53.66%
G = 2.37%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F90BCC (or 0xF90BCC) is known color: Hot Magenta. HEX triplet: F9, 0B and CC. RGB value is (249,11,204). Sum of RGB (Red+Green+Blue) = 249+11+204=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 11 (4.69% from 255 or 2.37% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F90BCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90BCC is #06F433. Grayscale: #676767. Windows color (decimal): -455732 or 13372409. OLE color: 13372409.

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

Color convert

RGB 249 11 204 -
CMYK 0 0.96 0.18 0.02
HSL 311.34º 0.95% 0.51% -
HSV(B) 311.34º 0.96% 0.98% -
XYZ 50.09 24.74 59.26 -
YUV 104.16 184.35 231.31 -
System Red Green Blue C M Y K H S L
Decimal 249 11 204 0 0.96 0.18 0.02 311.34 0.95 0.51
Hex F9 B CC 0 60 12 2 137 5F 33
Octal 371 13 314 0 140 22 2 467 137 63
Binary 11111001 1011 11001100 0 1100000 10010 10 100110111 1011111 110011

Color Harmonies of #F90BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90BCC

Black with #F90BCC

Text Example


Text Example

White with #F90BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90BCC; }

 p { color: rgb(249,11,204); }

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

background-color css

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

 a { background-color: rgb(249,11,204); }

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

border-color css

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

 span { border-color: rgb(249,11,204); }

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