Html Css Color HEX #F901CF Hot Magenta

📋 copy color: '#F901CF'

red 249 ◦ green 1 ◦ blue 207

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

Shades of Hot Magenta #F901CF

Tints of Hot Magenta #F901CF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 54.49%
G = 0.22%
B = 45.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F901CF (or 0xF901CF) is known color: Hot Magenta. HEX triplet: F9, 01 and CF. RGB value is (249,1,207). Sum of RGB (Red+Green+Blue) = 249+1+207=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 1 (0.78% from 255 or 0.22% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F901CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F901CF is #06FE30. Grayscale: #626262. Windows color (decimal): -458289 or 13566457. OLE color: 13566457.

HSL color Cylindrical-coordinate representation of color #F901CF: hue angle of 310.16º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F901CF is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 1 207 -
CMYK 0 1.00 0.17 0.02
HSL 310.16º 0.99% 0.49% -
HSV(B) 310.16º 1% 0.98% -
XYZ 50.34 24.67 61.14 -
YUV 98.64 189.16 235.25 -
System Red Green Blue C M Y K H S L
Decimal 249 1 207 0 1.00 0.17 0.02 310.16 0.99 0.49
Hex F9 1 CF 0 64 11 2 136 63 31
Octal 371 1 317 0 144 21 2 466 143 61
Binary 11111001 1 11001111 0 1100100 10001 10 100110110 1100011 110001

Color Harmonies of #F901CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F901CF

Black with #F901CF

Text Example


Text Example

White with #F901CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F901CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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