Html Css Color HEX #F906D4 Hot Magenta

📋 copy color: '#F906D4'

red 249 ◦ green 6 ◦ blue 212

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

Shades of Hot Magenta #F906D4

Tints of Hot Magenta #F906D4

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.28%

 BLUE value IS 212 (83.2% from 255) = 45.4%

R = 53.32%
G = 1.28%
B = 45.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F906D4 (or 0xF906D4) is known color: Hot Magenta. HEX triplet: F9, 06 and D4. RGB value is (249,6,212). Sum of RGB (Red+Green+Blue) = 249+6+212=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 6 (2.73% from 255 or 1.28% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F906D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F906D4 is #06F92B. Grayscale: #656565. Windows color (decimal): -457004 or 13895417. OLE color: 13895417.

HSL color Cylindrical-coordinate representation of color #F906D4: hue angle of 309.14º degrees, saturation: 0.95, 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 #F906D4 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 6 212 -
CMYK 0 0.98 0.15 0.02
HSL 309.14º 0.95% 0.5% -
HSV(B) 309.14º 0.98% 0.98% -
XYZ 51.02 25.02 64.43 -
YUV 102.14 190.01 232.75 -
System Red Green Blue C M Y K H S L
Decimal 249 6 212 0 0.98 0.15 0.02 309.14 0.95 0.5
Hex F9 6 D4 0 62 F 2 135 5F 32
Octal 371 6 324 0 142 17 2 465 137 62
Binary 11111001 110 11010100 0 1100010 1111 10 100110101 1011111 110010

Color Harmonies of #F906D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F906D4

Black with #F906D4

Text Example


Text Example

White with #F906D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F906D4; }

 p { color: rgb(249,6,212); }

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

background-color css

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

 a { background-color: rgb(249,6,212); }

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

border-color css

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

 span { border-color: rgb(249,6,212); }

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