Html Css Color HEX #F715BA Shocking Pink

📋 copy color: '#F715BA'

red 247 ◦ green 21 ◦ blue 186

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

Shades of Shocking Pink #F715BA

Tints of Shocking Pink #F715BA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.63%

 BLUE value IS 186 (73.05% from 255) = 40.97%

R = 54.41%
G = 4.63%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F715BA (or 0xF715BA) is known color: Shocking Pink. HEX triplet: F7, 15 and BA. RGB value is (247,21,186). Sum of RGB (Red+Green+Blue) = 247+21+186=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 21 (8.59% from 255 or 4.63% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F715BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F715BA is #08EA45. Grayscale: #6A6A6A. Windows color (decimal): -584262 or 12195319. OLE color: 12195319.

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

Color convert

RGB 247 21 186 -
CMYK 0 0.91 0.25 0.03
HSL 316.19º 0.93% 0.53% -
HSV(B) 316.19º 0.91% 0.97% -
XYZ 47.49 23.86 48.56 -
YUV 107.38 172.37 227.58 -
System Red Green Blue C M Y K H S L
Decimal 247 21 186 0 0.91 0.25 0.03 316.19 0.93 0.53
Hex F7 15 BA 0 5B 19 3 13C 5D 35
Octal 367 25 272 0 133 31 3 474 135 65
Binary 11110111 10101 10111010 0 1011011 11001 11 100111100 1011101 110101

Color Harmonies of #F715BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F715BA

Black with #F715BA

Text Example


Text Example

White with #F715BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F715BA; }

 p { color: rgb(247,21,186); }

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

background-color css

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

 a { background-color: rgb(247,21,186); }

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

border-color css

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

 span { border-color: rgb(247,21,186); }

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