Html Css Color HEX #F514BE Shocking Pink

📋 copy color: '#F514BE'

red 245 ◦ green 20 ◦ blue 190

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

Shades of Shocking Pink #F514BE

Tints of Shocking Pink #F514BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.76%

R = 53.85%
G = 4.4%
B = 41.76%

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

#F514BE (or 0xF514BE) is known color: Shocking Pink. HEX triplet: F5, 14 and BE. RGB value is (245,20,190). Sum of RGB (Red+Green+Blue) = 245+20+190=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 20 (8.20% from 255 or 4.40% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F514BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F514BE is #0AEB41. Grayscale: #6A6A6A. Windows color (decimal): -715586 or 12457205. OLE color: 12457205.

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

Color convert

RGB 245 20 190 -
CMYK 0 0.92 0.22 0.04
HSL 314.67º 0.92% 0.52% -
HSV(B) 314.67º 0.92% 0.96% -
XYZ 47.2 23.63 50.79 -
YUV 106.66 175.04 226.68 -
System Red Green Blue C M Y K H S L
Decimal 245 20 190 0 0.92 0.22 0.04 314.67 0.92 0.52
Hex F5 14 BE 0 5C 16 4 13B 5C 34
Octal 365 24 276 0 134 26 4 473 134 64
Binary 11110101 10100 10111110 0 1011100 10110 100 100111011 1011100 110100

Color Harmonies of #F514BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F514BE

Black with #F514BE

Text Example


Text Example

White with #F514BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F514BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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