Html Css Color HEX #F90BCF Hot Magenta

📋 copy color: '#F90BCF'

red 249 ◦ green 11 ◦ blue 207

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

Shades of Hot Magenta #F90BCF

Tints of Hot Magenta #F90BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.33%

R = 53.32%
G = 2.36%
B = 44.33%

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

#F90BCF (or 0xF90BCF) is known color: Hot Magenta. HEX triplet: F9, 0B and CF. RGB value is (249,11,207). Sum of RGB (Red+Green+Blue) = 249+11+207=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 11 (4.69% from 255 or 2.36% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F90BCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90BCF is #06F430. Grayscale: #676767. Windows color (decimal): -455729 or 13569017. OLE color: 13569017.

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

Color convert

RGB 249 11 207 -
CMYK 0 0.96 0.17 0.02
HSL 310.59º 0.95% 0.51% -
HSV(B) 310.59º 0.96% 0.98% -
XYZ 50.45 24.88 61.18 -
YUV 104.51 185.85 231.06 -
System Red Green Blue C M Y K H S L
Decimal 249 11 207 0 0.96 0.17 0.02 310.59 0.95 0.51
Hex F9 B CF 0 60 11 2 137 5F 33
Octal 371 13 317 0 140 21 2 467 137 63
Binary 11111001 1011 11001111 0 1100000 10001 10 100110111 1011111 110011

Color Harmonies of #F90BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90BCF

Black with #F90BCF

Text Example


Text Example

White with #F90BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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