Html Css Color HEX #F906DD Hot Magenta

📋 copy color: '#F906DD'

red 249 ◦ green 6 ◦ blue 221

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

Shades of Hot Magenta #F906DD

Tints of Hot Magenta #F906DD

RGB

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

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

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

R = 52.31%
G = 1.26%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F906DD (or 0xF906DD) is known color: Hot Magenta. HEX triplet: F9, 06 and DD. RGB value is (249,6,221). Sum of RGB (Red+Green+Blue) = 249+6+221=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 6 (2.73% from 255 or 1.26% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F906DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F906DD is #06F922. Grayscale: #666666. Windows color (decimal): -456995 or 14485241. OLE color: 14485241.

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

Color convert

RGB 249 6 221 -
CMYK 0 0.98 0.11 0.02
HSL 306.91º 0.95% 0.5% -
HSV(B) 306.91º 0.98% 0.98% -
XYZ 52.18 25.49 70.58 -
YUV 103.17 194.51 232.02 -
System Red Green Blue C M Y K H S L
Decimal 249 6 221 0 0.98 0.11 0.02 306.91 0.95 0.5
Hex F9 6 DD 0 62 B 2 133 5F 32
Octal 371 6 335 0 142 13 2 463 137 62
Binary 11111001 110 11011101 0 1100010 1011 10 100110011 1011111 110010

Color Harmonies of #F906DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F906DD

Black with #F906DD

Text Example


Text Example

White with #F906DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F906DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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