Html Css Color HEX #F513BA Shocking Pink

📋 copy color: '#F513BA'

red 245 ◦ green 19 ◦ blue 186

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

Shades of Shocking Pink #F513BA

Tints of Shocking Pink #F513BA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.22%

 BLUE value IS 186 (73.05% from 255) = 41.33%

R = 54.44%
G = 4.22%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F513BA (or 0xF513BA) is known color: Shocking Pink. HEX triplet: F5, 13 and BA. RGB value is (245,19,186). Sum of RGB (Red+Green+Blue) = 245+19+186=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 19 (7.81% from 255 or 4.22% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F513BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F513BA is #0AEC45. Grayscale: #696969. Windows color (decimal): -715846 or 12194805. OLE color: 12194805.

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

Color convert

RGB 245 19 186 -
CMYK 0 0.92 0.24 0.04
HSL 315.66º 0.92% 0.52% -
HSV(B) 315.66º 0.92% 0.96% -
XYZ 46.75 23.42 48.51 -
YUV 105.61 173.37 227.42 -
System Red Green Blue C M Y K H S L
Decimal 245 19 186 0 0.92 0.24 0.04 315.66 0.92 0.52
Hex F5 13 BA 0 5C 18 4 13C 5C 34
Octal 365 23 272 0 134 30 4 474 134 64
Binary 11110101 10011 10111010 0 1011100 11000 100 100111100 1011100 110100

Color Harmonies of #F513BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F513BA

Black with #F513BA

Text Example


Text Example

White with #F513BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F513BA; }

 p { color: rgb(245,19,186); }

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

background-color css

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

 a { background-color: rgb(245,19,186); }

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

border-color css

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

 span { border-color: rgb(245,19,186); }

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