Html Css Color HEX #F712DB Hot Magenta

📋 copy color: '#F712DB'

red 247 ◦ green 18 ◦ blue 219

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

Shades of Hot Magenta #F712DB

Tints of Hot Magenta #F712DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 51.03%
G = 3.72%
B = 45.25%

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

#F712DB (or 0xF712DB) is known color: Hot Magenta. HEX triplet: F7, 12 and DB. RGB value is (247,18,219). Sum of RGB (Red+Green+Blue) = 247+18+219=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 18 (7.42% from 255 or 3.72% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F712DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F712DB is #08ED24. Grayscale: #6C6C6C. Windows color (decimal): -584997 or 14357239. OLE color: 14357239.

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

Color convert

RGB 247 18 219 -
CMYK 0 0.93 0.11 0.03
HSL 307.34º 0.93% 0.52% -
HSV(B) 307.34º 0.93% 0.97% -
XYZ 51.36 25.32 69.2 -
YUV 109.39 189.87 226.16 -
System Red Green Blue C M Y K H S L
Decimal 247 18 219 0 0.93 0.11 0.03 307.34 0.93 0.52
Hex F7 12 DB 0 5D B 3 133 5D 34
Octal 367 22 333 0 135 13 3 463 135 64
Binary 11110111 10010 11011011 0 1011101 1011 11 100110011 1011101 110100

Color Harmonies of #F712DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F712DB

Black with #F712DB

Text Example


Text Example

White with #F712DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F712DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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