Html Css Color HEX #F912D5 Hot Magenta

📋 copy color: '#F912D5'

red 249 ◦ green 18 ◦ blue 213

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

Shades of Hot Magenta #F912D5

Tints of Hot Magenta #F912D5

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.75%

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

R = 51.88%
G = 3.75%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F912D5 (or 0xF912D5) is known color: Hot Magenta. HEX triplet: F9, 12 and D5. RGB value is (249,18,213). Sum of RGB (Red+Green+Blue) = 249+18+213=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 18 (7.42% from 255 or 3.75% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F912D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F912D5 is #06ED2A. Grayscale: #6C6C6C. Windows color (decimal): -453931 or 13964025. OLE color: 13964025.

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

Color convert

RGB 249 18 213 -
CMYK 0 0.93 0.14 0.02
HSL 309.35º 0.95% 0.52% -
HSV(B) 309.35º 0.93% 0.98% -
XYZ 51.29 25.38 65.15 -
YUV 109.3 186.53 227.64 -
System Red Green Blue C M Y K H S L
Decimal 249 18 213 0 0.93 0.14 0.02 309.35 0.95 0.52
Hex F9 12 D5 0 5D E 2 135 5F 34
Octal 371 22 325 0 135 16 2 465 137 64
Binary 11111001 10010 11010101 0 1011101 1110 10 100110101 1011111 110100

Color Harmonies of #F912D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F912D5

Black with #F912D5

Text Example


Text Example

White with #F912D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F912D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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