Html Css Color HEX #F901DA Hot Magenta

📋 copy color: '#F901DA'

red 249 ◦ green 1 ◦ blue 218

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

Shades of Hot Magenta #F901DA

Tints of Hot Magenta #F901DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.58%

R = 53.21%
G = 0.21%
B = 46.58%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F901DA (or 0xF901DA) is known color: Hot Magenta. HEX triplet: F9, 01 and DA. RGB value is (249,1,218). Sum of RGB (Red+Green+Blue) = 249+1+218=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 1 (0.78% from 255 or 0.21% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F901DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F901DA is #06FE25. Grayscale: #636363. Windows color (decimal): -458278 or 14287353. OLE color: 14287353.

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

Color convert

RGB 249 1 218 -
CMYK 0 1.00 0.12 0.02
HSL 307.5º 0.99% 0.49% -
HSV(B) 307.5º 1% 0.98% -
XYZ 51.73 25.22 68.47 -
YUV 99.89 194.66 234.36 -
System Red Green Blue C M Y K H S L
Decimal 249 1 218 0 1.00 0.12 0.02 307.5 0.99 0.49
Hex F9 1 DA 0 64 C 2 134 63 31
Octal 371 1 332 0 144 14 2 464 143 61
Binary 11111001 1 11011010 0 1100100 1100 10 100110100 1100011 110001

Color Harmonies of #F901DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F901DA

Black with #F901DA

Text Example


Text Example

White with #F901DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F901DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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