Html Css Color HEX #F515C7 Shocking Pink

📋 copy color: '#F515C7'

red 245 ◦ green 21 ◦ blue 199

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

Shades of Shocking Pink #F515C7

Tints of Shocking Pink #F515C7

RGB

 RED value IS 245 (96.09% from 255) = 52.69%

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

 BLUE value IS 199 (78.13% from 255) = 42.8%

R = 52.69%
G = 4.52%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F515C7 (or 0xF515C7) is known color: Shocking Pink. HEX triplet: F5, 15 and C7. RGB value is (245,21,199). Sum of RGB (Red+Green+Blue) = 245+21+199=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 21 (8.59% from 255 or 4.52% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F515C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F515C7 is #0AEA38. Grayscale: #6B6B6B. Windows color (decimal): -715321 or 13047285. OLE color: 13047285.

HSL color Cylindrical-coordinate representation of color #F515C7: hue angle of 312.32º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F515C7 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 21 199 -
CMYK 0 0.91 0.19 0.04
HSL 312.32º 0.92% 0.52% -
HSV(B) 312.32º 0.91% 0.96% -
XYZ 48.23 24.07 56.14 -
YUV 108.27 179.21 225.53 -
System Red Green Blue C M Y K H S L
Decimal 245 21 199 0 0.91 0.19 0.04 312.32 0.92 0.52
Hex F5 15 C7 0 5B 13 4 138 5C 34
Octal 365 25 307 0 133 23 4 470 134 64
Binary 11110101 10101 11000111 0 1011011 10011 100 100111000 1011100 110100

Color Harmonies of #F515C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F515C7

Black with #F515C7

Text Example


Text Example

White with #F515C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F515C7; }

 p { color: rgb(245,21,199); }

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

background-color css

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

 a { background-color: rgb(245,21,199); }

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

border-color css

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

 span { border-color: rgb(245,21,199); }

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