Html Css Color HEX #F71DC2 Shocking Pink

📋 copy color: '#F71DC2'

red 247 ◦ green 29 ◦ blue 194

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

Shades of Shocking Pink #F71DC2

Tints of Shocking Pink #F71DC2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.17%

 BLUE value IS 194 (76.17% from 255) = 41.28%

R = 52.55%
G = 6.17%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F71DC2 (or 0xF71DC2) is known color: Shocking Pink. HEX triplet: F7, 1D and C2. RGB value is (247,29,194). Sum of RGB (Red+Green+Blue) = 247+29+194=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 29 (11.72% from 255 or 6.17% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F71DC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71DC2 is #08E23D. Grayscale: #707070. Windows color (decimal): -582206 or 12721655. OLE color: 12721655.

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

Color convert

RGB 247 29 194 -
CMYK 0 0.88 0.21 0.03
HSL 314.59º 0.93% 0.54% -
HSV(B) 314.59º 0.88% 0.97% -
XYZ 48.53 24.55 53.22 -
YUV 112.99 173.72 223.58 -
System Red Green Blue C M Y K H S L
Decimal 247 29 194 0 0.88 0.21 0.03 314.59 0.93 0.54
Hex F7 1D C2 0 58 15 3 13B 5D 36
Octal 367 35 302 0 130 25 3 473 135 66
Binary 11110111 11101 11000010 0 1011000 10101 11 100111011 1011101 110110

Color Harmonies of #F71DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71DC2

Black with #F71DC2

Text Example


Text Example

White with #F71DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71DC2; }

 p { color: rgb(247,29,194); }

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

background-color css

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

 a { background-color: rgb(247,29,194); }

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

border-color css

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

 span { border-color: rgb(247,29,194); }

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