Html Css Color HEX #F71AD4 Shocking Pink

📋 copy color: '#F71AD4'

red 247 ◦ green 26 ◦ blue 212

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

Shades of Shocking Pink #F71AD4

Tints of Shocking Pink #F71AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.71%

R = 50.93%
G = 5.36%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F71AD4 (or 0xF71AD4) is known color: Shocking Pink. HEX triplet: F7, 1A and D4. RGB value is (247,26,212). Sum of RGB (Red+Green+Blue) = 247+26+212=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 26 (10.55% from 255 or 5.36% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F71AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71AD4 is #08E52B. Grayscale: #707070. Windows color (decimal): -582956 or 13900535. OLE color: 13900535.

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

Color convert

RGB 247 26 212 -
CMYK 0 0.89 0.14 0.03
HSL 309.5º 0.93% 0.54% -
HSV(B) 309.5º 0.89% 0.97% -
XYZ 50.61 25.27 64.5 -
YUV 113.28 183.72 223.38 -
System Red Green Blue C M Y K H S L
Decimal 247 26 212 0 0.89 0.14 0.03 309.5 0.93 0.54
Hex F7 1A D4 0 59 E 3 136 5D 36
Octal 367 32 324 0 131 16 3 466 135 66
Binary 11110111 11010 11010100 0 1011001 1110 11 100110110 1011101 110110

Color Harmonies of #F71AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71AD4

Black with #F71AD4

Text Example


Text Example

White with #F71AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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