Html Css Color HEX #F904DA Hot Magenta

📋 copy color: '#F904DA'

red 249 ◦ green 4 ◦ blue 218

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

Shades of Hot Magenta #F904DA

Tints of Hot Magenta #F904DA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.85%

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

R = 52.87%
G = 0.85%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F904DA (or 0xF904DA) is known color: Hot Magenta. HEX triplet: F9, 04 and DA. RGB value is (249,4,218). Sum of RGB (Red+Green+Blue) = 249+4+218=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 4 (1.95% from 255 or 0.85% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F904DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F904DA is #06FB25. Grayscale: #656565. Windows color (decimal): -457510 or 14288121. OLE color: 14288121.

HSL color Cylindrical-coordinate representation of color #F904DA: hue angle of 307.59º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F904DA is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 4 218 -
CMYK 0 0.98 0.12 0.02
HSL 307.59º 0.97% 0.5% -
HSV(B) 307.59º 0.98% 0.98% -
XYZ 51.77 25.29 68.48 -
YUV 101.65 193.67 233.1 -
System Red Green Blue C M Y K H S L
Decimal 249 4 218 0 0.98 0.12 0.02 307.59 0.97 0.5
Hex F9 4 DA 0 62 C 2 134 61 32
Octal 371 4 332 0 142 14 2 464 141 62
Binary 11111001 100 11011010 0 1100010 1100 10 100110100 1100001 110010

Color Harmonies of #F904DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F904DA

Black with #F904DA

Text Example


Text Example

White with #F904DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F904DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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