Html Css Color HEX #F908DA Hot Magenta

📋 copy color: '#F908DA'

red 249 ◦ green 8 ◦ blue 218

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

Shades of Hot Magenta #F908DA

Tints of Hot Magenta #F908DA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.68%

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

R = 52.42%
G = 1.68%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F908DA (or 0xF908DA) is known color: Hot Magenta. HEX triplet: F9, 08 and DA. RGB value is (249,8,218). Sum of RGB (Red+Green+Blue) = 249+8+218=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 8 (3.52% from 255 or 1.68% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F908DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F908DA is #06F725. Grayscale: #676767. Windows color (decimal): -456486 or 14289145. OLE color: 14289145.

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

Color convert

RGB 249 8 218 -
CMYK 0 0.97 0.12 0.02
HSL 307.72º 0.95% 0.5% -
HSV(B) 307.72º 0.97% 0.98% -
XYZ 51.81 25.38 68.5 -
YUV 104 192.34 231.42 -
System Red Green Blue C M Y K H S L
Decimal 249 8 218 0 0.97 0.12 0.02 307.72 0.95 0.5
Hex F9 8 DA 0 61 C 2 134 5F 32
Octal 371 10 332 0 141 14 2 464 137 62
Binary 11111001 1000 11011010 0 1100001 1100 10 100110100 1011111 110010

Color Harmonies of #F908DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F908DA

Black with #F908DA

Text Example


Text Example

White with #F908DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F908DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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