Html Css Color HEX #F712DF Hot Magenta

📋 copy color: '#F712DF'

red 247 ◦ green 18 ◦ blue 223

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

Shades of Hot Magenta #F712DF

Tints of Hot Magenta #F712DF

RGB

 RED value IS 247 (96.88% from 255) = 50.61%

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

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

R = 50.61%
G = 3.69%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F712DF (or 0xF712DF) is known color: Hot Magenta. HEX triplet: F7, 12 and DF. RGB value is (247,18,223). Sum of RGB (Red+Green+Blue) = 247+18+223=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 18 (7.42% from 255 or 3.69% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F712DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F712DF is #08ED20. Grayscale: #6D6D6D. Windows color (decimal): -584993 or 14619383. OLE color: 14619383.

HSL color Cylindrical-coordinate representation of color #F712DF: hue angle of 306.29º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F712DF is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 18 223 -
CMYK 0 0.93 0.10 0.03
HSL 306.29º 0.93% 0.52% -
HSV(B) 306.29º 0.93% 0.97% -
XYZ 51.89 25.53 72.01 -
YUV 109.84 191.87 225.83 -
System Red Green Blue C M Y K H S L
Decimal 247 18 223 0 0.93 0.10 0.03 306.29 0.93 0.52
Hex F7 12 DF 0 5D A 3 132 5D 34
Octal 367 22 337 0 135 12 3 462 135 64
Binary 11110111 10010 11011111 0 1011101 1010 11 100110010 1011101 110100

Color Harmonies of #F712DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F712DF

Black with #F712DF

Text Example


Text Example

White with #F712DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F712DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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