Html Css Color HEX #F712DD Hot Magenta

📋 copy color: '#F712DD'

red 247 ◦ green 18 ◦ blue 221

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

Shades of Hot Magenta #F712DD

Tints of Hot Magenta #F712DD

RGB

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

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

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

R = 50.82%
G = 3.7%
B = 45.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F712DD (or 0xF712DD) is known color: Hot Magenta. HEX triplet: F7, 12 and DD. RGB value is (247,18,221). Sum of RGB (Red+Green+Blue) = 247+18+221=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 18 (7.42% from 255 or 3.70% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F712DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F712DD is #08ED22. Grayscale: #6D6D6D. Windows color (decimal): -584995 or 14488311. OLE color: 14488311.

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

Color convert

RGB 247 18 221 -
CMYK 0 0.93 0.11 0.03
HSL 306.81º 0.93% 0.52% -
HSV(B) 306.81º 0.93% 0.97% -
XYZ 51.63 25.43 70.59 -
YUV 109.61 190.87 225.99 -
System Red Green Blue C M Y K H S L
Decimal 247 18 221 0 0.93 0.11 0.03 306.81 0.93 0.52
Hex F7 12 DD 0 5D B 3 133 5D 34
Octal 367 22 335 0 135 13 3 463 135 64
Binary 11110111 10010 11011101 0 1011101 1011 11 100110011 1011101 110100

Color Harmonies of #F712DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F712DD

Black with #F712DD

Text Example


Text Example

White with #F712DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F712DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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