Html Css Color HEX #F715D1 Shocking Pink

📋 copy color: '#F715D1'

red 247 ◦ green 21 ◦ blue 209

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

Shades of Shocking Pink #F715D1

Tints of Shocking Pink #F715D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.82%

R = 51.78%
G = 4.4%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F715D1 (or 0xF715D1) is known color: Shocking Pink. HEX triplet: F7, 15 and D1. RGB value is (247,21,209). Sum of RGB (Red+Green+Blue) = 247+21+209=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 21 (8.59% from 255 or 4.40% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F715D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F715D1 is #08EA2E. Grayscale: #6D6D6D. Windows color (decimal): -584239 or 13702647. OLE color: 13702647.

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

Color convert

RGB 247 21 209 -
CMYK 0 0.91 0.15 0.03
HSL 310.09º 0.93% 0.53% -
HSV(B) 310.09º 0.91% 0.97% -
XYZ 50.13 24.91 62.49 -
YUV 110.01 183.87 225.71 -
System Red Green Blue C M Y K H S L
Decimal 247 21 209 0 0.91 0.15 0.03 310.09 0.93 0.53
Hex F7 15 D1 0 5B F 3 136 5D 35
Octal 367 25 321 0 133 17 3 466 135 65
Binary 11110111 10101 11010001 0 1011011 1111 11 100110110 1011101 110101

Color Harmonies of #F715D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F715D1

Black with #F715D1

Text Example


Text Example

White with #F715D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F715D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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