Html Css Color HEX #F908DD Hot Magenta

📋 copy color: '#F908DD'

red 249 ◦ green 8 ◦ blue 221

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

Shades of Hot Magenta #F908DD

Tints of Hot Magenta #F908DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 52.09%
G = 1.67%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F908DD (or 0xF908DD) is known color: Hot Magenta. HEX triplet: F9, 08 and DD. RGB value is (249,8,221). Sum of RGB (Red+Green+Blue) = 249+8+221=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 8 (3.52% from 255 or 1.67% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F908DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F908DD is #06F722. Grayscale: #676767. Windows color (decimal): -456483 or 14485753. OLE color: 14485753.

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

Color convert

RGB 249 8 221 -
CMYK 0 0.97 0.11 0.02
HSL 306.97º 0.95% 0.5% -
HSV(B) 306.97º 0.97% 0.98% -
XYZ 52.2 25.53 70.58 -
YUV 104.34 193.84 231.18 -
System Red Green Blue C M Y K H S L
Decimal 249 8 221 0 0.97 0.11 0.02 306.97 0.95 0.5
Hex F9 8 DD 0 61 B 2 133 5F 32
Octal 371 10 335 0 141 13 2 463 137 62
Binary 11111001 1000 11011101 0 1100001 1011 10 100110011 1011111 110010

Color Harmonies of #F908DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F908DD

Black with #F908DD

Text Example


Text Example

White with #F908DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F908DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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