Html Css Color HEX #F71ADE Hot Magenta

📋 copy color: '#F71ADE'

red 247 ◦ green 26 ◦ blue 222

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

Shades of Hot Magenta #F71ADE

Tints of Hot Magenta #F71ADE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.25%

 BLUE value IS 222 (87.11% from 255) = 44.85%

R = 49.9%
G = 5.25%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F71ADE (or 0xF71ADE) is known color: Hot Magenta. HEX triplet: F7, 1A and DE. RGB value is (247,26,222). Sum of RGB (Red+Green+Blue) = 247+26+222=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 26 (10.55% from 255 or 5.25% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F71ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71ADE is #08E521. Grayscale: #717171. Windows color (decimal): -582946 or 14555895. OLE color: 14555895.

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

Color convert

RGB 247 26 222 -
CMYK 0 0.89 0.10 0.03
HSL 306.79º 0.93% 0.54% -
HSV(B) 306.79º 0.89% 0.97% -
XYZ 51.91 25.79 71.35 -
YUV 114.42 188.72 222.56 -
System Red Green Blue C M Y K H S L
Decimal 247 26 222 0 0.89 0.10 0.03 306.79 0.93 0.54
Hex F7 1A DE 0 59 A 3 133 5D 36
Octal 367 32 336 0 131 12 3 463 135 66
Binary 11110111 11010 11011110 0 1011001 1010 11 100110011 1011101 110110

Color Harmonies of #F71ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71ADE

Black with #F71ADE

Text Example


Text Example

White with #F71ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71ADE; }

 p { color: rgb(247,26,222); }

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

background-color css

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

 a { background-color: rgb(247,26,222); }

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

border-color css

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

 span { border-color: rgb(247,26,222); }

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