Html Css Color HEX #F514BF Shocking Pink

📋 copy color: '#F514BF'

red 245 ◦ green 20 ◦ blue 191

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

Shades of Shocking Pink #F514BF

Tints of Shocking Pink #F514BF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.39%

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

R = 53.73%
G = 4.39%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F514BF (or 0xF514BF) is known color: Shocking Pink. HEX triplet: F5, 14 and BF. RGB value is (245,20,191). Sum of RGB (Red+Green+Blue) = 245+20+191=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 20 (8.20% from 255 or 4.39% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F514BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F514BF is #0AEB40. Grayscale: #6A6A6A. Windows color (decimal): -715585 or 12522741. OLE color: 12522741.

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

Color convert

RGB 245 20 191 -
CMYK 0 0.92 0.22 0.04
HSL 314.4º 0.92% 0.52% -
HSV(B) 314.4º 0.92% 0.96% -
XYZ 47.31 23.67 51.37 -
YUV 106.77 175.54 226.6 -
System Red Green Blue C M Y K H S L
Decimal 245 20 191 0 0.92 0.22 0.04 314.4 0.92 0.52
Hex F5 14 BF 0 5C 16 4 13A 5C 34
Octal 365 24 277 0 134 26 4 472 134 64
Binary 11110101 10100 10111111 0 1011100 10110 100 100111010 1011100 110100

Color Harmonies of #F514BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F514BF

Black with #F514BF

Text Example


Text Example

White with #F514BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F514BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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