Html Css Color HEX #F71CD3 Shocking Pink

📋 copy color: '#F71CD3'

red 247 ◦ green 28 ◦ blue 211

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

Shades of Shocking Pink #F71CD3

Tints of Shocking Pink #F71CD3

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.76%

 BLUE value IS 211 (82.81% from 255) = 43.42%

R = 50.82%
G = 5.76%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F71CD3 (or 0xF71CD3) is known color: Shocking Pink. HEX triplet: F7, 1C and D3. RGB value is (247,28,211). Sum of RGB (Red+Green+Blue) = 247+28+211=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 28 (11.33% from 255 or 5.76% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F71CD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71CD3 is #08E32C. Grayscale: #717171. Windows color (decimal): -582445 or 13835511. OLE color: 13835511.

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

Color convert

RGB 247 28 211 -
CMYK 0 0.89 0.15 0.03
HSL 309.86º 0.93% 0.54% -
HSV(B) 309.86º 0.89% 0.97% -
XYZ 50.53 25.31 63.85 -
YUV 114.34 182.55 222.62 -
System Red Green Blue C M Y K H S L
Decimal 247 28 211 0 0.89 0.15 0.03 309.86 0.93 0.54
Hex F7 1C D3 0 59 F 3 136 5D 36
Octal 367 34 323 0 131 17 3 466 135 66
Binary 11110111 11100 11010011 0 1011001 1111 11 100110110 1011101 110110

Color Harmonies of #F71CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71CD3

Black with #F71CD3

Text Example


Text Example

White with #F71CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71CD3; }

 p { color: rgb(247,28,211); }

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

background-color css

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

 a { background-color: rgb(247,28,211); }

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

border-color css

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

 span { border-color: rgb(247,28,211); }

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