Html Css Color HEX #F905D5 Hot Magenta

📋 copy color: '#F905D5'

red 249 ◦ green 5 ◦ blue 213

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

Shades of Hot Magenta #F905D5

Tints of Hot Magenta #F905D5

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.07%

 BLUE value IS 213 (83.59% from 255) = 45.61%

R = 53.32%
G = 1.07%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F905D5 (or 0xF905D5) is known color: Hot Magenta. HEX triplet: F9, 05 and D5. RGB value is (249,5,213). Sum of RGB (Red+Green+Blue) = 249+5+213=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 5 (2.34% from 255 or 1.07% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F905D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F905D5 is #06FA2A. Grayscale: #656565. Windows color (decimal): -457259 or 13960697. OLE color: 13960697.

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

Color convert

RGB 249 5 213 -
CMYK 0 0.98 0.14 0.02
HSL 308.85º 0.96% 0.5% -
HSV(B) 308.85º 0.98% 0.98% -
XYZ 51.13 25.05 65.09 -
YUV 101.67 190.84 233.09 -
System Red Green Blue C M Y K H S L
Decimal 249 5 213 0 0.98 0.14 0.02 308.85 0.96 0.5
Hex F9 5 D5 0 62 E 2 135 60 32
Octal 371 5 325 0 142 16 2 465 140 62
Binary 11111001 101 11010101 0 1100010 1110 10 100110101 1100000 110010

Color Harmonies of #F905D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F905D5

Black with #F905D5

Text Example


Text Example

White with #F905D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F905D5; }

 p { color: rgb(249,5,213); }

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

background-color css

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

 a { background-color: rgb(249,5,213); }

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

border-color css

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

 span { border-color: rgb(249,5,213); }

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