Html Css Color HEX #F50DBB Shocking Pink

📋 copy color: '#F50DBB'

red 245 ◦ green 13 ◦ blue 187

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

Shades of Shocking Pink #F50DBB

Tints of Shocking Pink #F50DBB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.92%

 BLUE value IS 187 (73.44% from 255) = 42.02%

R = 55.06%
G = 2.92%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F50DBB (or 0xF50DBB) is known color: Shocking Pink. HEX triplet: F5, 0D and BB. RGB value is (245,13,187). Sum of RGB (Red+Green+Blue) = 245+13+187=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 13 (5.47% from 255 or 2.92% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F50DBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50DBB is #0AF244. Grayscale: #656565. Windows color (decimal): -717381 or 12258805. OLE color: 12258805.

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

Color convert

RGB 245 13 187 -
CMYK 0 0.95 0.24 0.04
HSL 315º 0.92% 0.51% -
HSV(B) 315º 0.95% 0.96% -
XYZ 46.77 23.29 49.04 -
YUV 102.2 175.86 229.85 -
System Red Green Blue C M Y K H S L
Decimal 245 13 187 0 0.95 0.24 0.04 315 0.92 0.51
Hex F5 D BB 0 5F 18 4 13B 5C 33
Octal 365 15 273 0 137 30 4 473 134 63
Binary 11110101 1101 10111011 0 1011111 11000 100 100111011 1011100 110011

Color Harmonies of #F50DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50DBB

Black with #F50DBB

Text Example


Text Example

White with #F50DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50DBB; }

 p { color: rgb(245,13,187); }

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

background-color css

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

 a { background-color: rgb(245,13,187); }

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

border-color css

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

 span { border-color: rgb(245,13,187); }

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