Html Css Color HEX #F71ACD Shocking Pink

📋 copy color: '#F71ACD'

red 247 ◦ green 26 ◦ blue 205

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

Shades of Shocking Pink #F71ACD

Tints of Shocking Pink #F71ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 51.67%
G = 5.44%
B = 42.89%

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

#F71ACD (or 0xF71ACD) is known color: Shocking Pink. HEX triplet: F7, 1A and CD. RGB value is (247,26,205). Sum of RGB (Red+Green+Blue) = 247+26+205=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 26 (10.55% from 255 or 5.44% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F71ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71ACD is #08E532. Grayscale: #6F6F6F. Windows color (decimal): -582963 or 13441783. OLE color: 13441783.

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

Color convert

RGB 247 26 205 -
CMYK 0 0.89 0.17 0.03
HSL 311.4º 0.93% 0.54% -
HSV(B) 311.4º 0.89% 0.97% -
XYZ 49.75 24.92 59.95 -
YUV 112.49 180.22 223.95 -
System Red Green Blue C M Y K H S L
Decimal 247 26 205 0 0.89 0.17 0.03 311.4 0.93 0.54
Hex F7 1A CD 0 59 11 3 137 5D 36
Octal 367 32 315 0 131 21 3 467 135 66
Binary 11110111 11010 11001101 0 1011001 10001 11 100110111 1011101 110110

Color Harmonies of #F71ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71ACD

Black with #F71ACD

Text Example


Text Example

White with #F71ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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