Html Css Color HEX #F90BCE Hot Magenta

📋 copy color: '#F90BCE'

red 249 ◦ green 11 ◦ blue 206

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

Shades of Hot Magenta #F90BCE

Tints of Hot Magenta #F90BCE

RGB

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

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

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

R = 53.43%
G = 2.36%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F90BCE (or 0xF90BCE) is known color: Hot Magenta. HEX triplet: F9, 0B and CE. RGB value is (249,11,206). Sum of RGB (Red+Green+Blue) = 249+11+206=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 11 (4.69% from 255 or 2.36% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F90BCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90BCE is #06F431. Grayscale: #676767. Windows color (decimal): -455730 or 13503481. OLE color: 13503481.

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

Color convert

RGB 249 11 206 -
CMYK 0 0.96 0.17 0.02
HSL 310.84º 0.95% 0.51% -
HSV(B) 310.84º 0.96% 0.98% -
XYZ 50.33 24.84 60.53 -
YUV 104.39 185.35 231.14 -
System Red Green Blue C M Y K H S L
Decimal 249 11 206 0 0.96 0.17 0.02 310.84 0.95 0.51
Hex F9 B CE 0 60 11 2 137 5F 33
Octal 371 13 316 0 140 21 2 467 137 63
Binary 11111001 1011 11001110 0 1100000 10001 10 100110111 1011111 110011

Color Harmonies of #F90BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90BCE

Black with #F90BCE

Text Example


Text Example

White with #F90BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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