Html Css Color HEX #F50BBA Shocking Pink

📋 copy color: '#F50BBA'

red 245 ◦ green 11 ◦ blue 186

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

Shades of Shocking Pink #F50BBA

Tints of Shocking Pink #F50BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.49%

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

R = 55.43%
G = 2.49%
B = 42.08%

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

#F50BBA (or 0xF50BBA) is known color: Shocking Pink. HEX triplet: F5, 0B and BA. RGB value is (245,11,186). Sum of RGB (Red+Green+Blue) = 245+11+186=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 11 (4.69% from 255 or 2.49% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F50BBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50BBA is #0AF445. Grayscale: #646464. Windows color (decimal): -717894 or 12192757. OLE color: 12192757.

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

Color convert

RGB 245 11 186 -
CMYK 0 0.96 0.24 0.04
HSL 315.13º 0.92% 0.5% -
HSV(B) 315.13º 0.96% 0.96% -
XYZ 46.64 23.2 48.47 -
YUV 100.92 176.02 230.77 -
System Red Green Blue C M Y K H S L
Decimal 245 11 186 0 0.96 0.24 0.04 315.13 0.92 0.5
Hex F5 B BA 0 60 18 4 13B 5C 32
Octal 365 13 272 0 140 30 4 473 134 62
Binary 11110101 1011 10111010 0 1100000 11000 100 100111011 1011100 110010

Color Harmonies of #F50BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50BBA

Black with #F50BBA

Text Example


Text Example

White with #F50BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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