Html Css Color HEX #F515BF Shocking Pink

📋 copy color: '#F515BF'

red 245 ◦ green 21 ◦ blue 191

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

Shades of Shocking Pink #F515BF

Tints of Shocking Pink #F515BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.79%

R = 53.61%
G = 4.6%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F515BF (or 0xF515BF) is known color: Shocking Pink. HEX triplet: F5, 15 and BF. RGB value is (245,21,191). Sum of RGB (Red+Green+Blue) = 245+21+191=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 21 (8.59% from 255 or 4.60% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F515BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F515BF is #0AEA40. Grayscale: #6A6A6A. Windows color (decimal): -715329 or 12522997. OLE color: 12522997.

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

Color convert

RGB 245 21 191 -
CMYK 0 0.91 0.22 0.04
HSL 314.46º 0.92% 0.52% -
HSV(B) 314.46º 0.91% 0.96% -
XYZ 47.33 23.71 51.37 -
YUV 107.36 175.21 226.18 -
System Red Green Blue C M Y K H S L
Decimal 245 21 191 0 0.91 0.22 0.04 314.46 0.92 0.52
Hex F5 15 BF 0 5B 16 4 13A 5C 34
Octal 365 25 277 0 133 26 4 472 134 64
Binary 11110101 10101 10111111 0 1011011 10110 100 100111010 1011100 110100

Color Harmonies of #F515BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F515BF

Black with #F515BF

Text Example


Text Example

White with #F515BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F515BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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