Html Css Color HEX #F50ABA Shocking Pink

📋 copy color: '#F50ABA'

red 245 ◦ green 10 ◦ blue 186

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

Shades of Shocking Pink #F50ABA

Tints of Shocking Pink #F50ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.27%

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

R = 55.56%
G = 2.27%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F50ABA (or 0xF50ABA) is known color: Shocking Pink. HEX triplet: F5, 0A and BA. RGB value is (245,10,186). Sum of RGB (Red+Green+Blue) = 245+10+186=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 10 (4.30% from 255 or 2.27% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F50ABA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50ABA is #0AF545. Grayscale: #636363. Windows color (decimal): -718150 or 12192501. OLE color: 12192501.

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

Color convert

RGB 245 10 186 -
CMYK 0 0.96 0.24 0.04
HSL 315.06º 0.92% 0.5% -
HSV(B) 315.06º 0.96% 0.96% -
XYZ 46.63 23.17 48.47 -
YUV 100.33 176.36 231.19 -
System Red Green Blue C M Y K H S L
Decimal 245 10 186 0 0.96 0.24 0.04 315.06 0.92 0.5
Hex F5 A BA 0 60 18 4 13B 5C 32
Octal 365 12 272 0 140 30 4 473 134 62
Binary 11110101 1010 10111010 0 1100000 11000 100 100111011 1011100 110010

Color Harmonies of #F50ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50ABA

Black with #F50ABA

Text Example


Text Example

White with #F50ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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