Html Css Color HEX #F71ACE Shocking Pink

📋 copy color: '#F71ACE'

red 247 ◦ green 26 ◦ blue 206

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

Shades of Shocking Pink #F71ACE

Tints of Shocking Pink #F71ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 51.57%
G = 5.43%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F71ACE (or 0xF71ACE) is known color: Shocking Pink. HEX triplet: F7, 1A and CE. RGB value is (247,26,206). Sum of RGB (Red+Green+Blue) = 247+26+206=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 26 (10.55% from 255 or 5.43% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F71ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71ACE is #08E531. Grayscale: #707070. Windows color (decimal): -582962 or 13507319. OLE color: 13507319.

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

Color convert

RGB 247 26 206 -
CMYK 0 0.89 0.17 0.03
HSL 311.13º 0.93% 0.54% -
HSV(B) 311.13º 0.89% 0.97% -
XYZ 49.87 24.97 60.58 -
YUV 112.6 180.72 223.86 -
System Red Green Blue C M Y K H S L
Decimal 247 26 206 0 0.89 0.17 0.03 311.13 0.93 0.54
Hex F7 1A CE 0 59 11 3 137 5D 36
Octal 367 32 316 0 131 21 3 467 135 66
Binary 11110111 11010 11001110 0 1011001 10001 11 100110111 1011101 110110

Color Harmonies of #F71ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71ACE

Black with #F71ACE

Text Example


Text Example

White with #F71ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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