Html Css Color HEX #F912DF Hot Magenta

📋 copy color: '#F912DF'

red 249 ◦ green 18 ◦ blue 223

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

Shades of Hot Magenta #F912DF

Tints of Hot Magenta #F912DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 50.82%
G = 3.67%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F912DF (or 0xF912DF) is known color: Hot Magenta. HEX triplet: F9, 12 and DF. RGB value is (249,18,223). Sum of RGB (Red+Green+Blue) = 249+18+223=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 18 (7.42% from 255 or 3.67% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F912DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F912DF is #06ED20. Grayscale: #6D6D6D. Windows color (decimal): -453921 or 14619385. OLE color: 14619385.

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

Color convert

RGB 249 18 223 -
CMYK 0 0.93 0.10 0.02
HSL 306.75º 0.95% 0.52% -
HSV(B) 306.75º 0.93% 0.98% -
XYZ 52.6 25.9 72.04 -
YUV 110.44 191.53 226.83 -
System Red Green Blue C M Y K H S L
Decimal 249 18 223 0 0.93 0.10 0.02 306.75 0.95 0.52
Hex F9 12 DF 0 5D A 2 133 5F 34
Octal 371 22 337 0 135 12 2 463 137 64
Binary 11111001 10010 11011111 0 1011101 1010 10 100110011 1011111 110100

Color Harmonies of #F912DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F912DF

Black with #F912DF

Text Example


Text Example

White with #F912DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F912DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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