Html Css Color HEX #F50DCB Shocking Pink

📋 copy color: '#F50DCB'

red 245 ◦ green 13 ◦ blue 203

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

Shades of Shocking Pink #F50DCB

Tints of Shocking Pink #F50DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 53.15%
G = 2.82%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F50DCB (or 0xF50DCB) is known color: Shocking Pink. HEX triplet: F5, 0D and CB. RGB value is (245,13,203). Sum of RGB (Red+Green+Blue) = 245+13+203=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 13 (5.47% from 255 or 2.82% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F50DCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50DCB is #0AF234. Grayscale: #676767. Windows color (decimal): -717365 or 13307381. OLE color: 13307381.

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

Color convert

RGB 245 13 203 -
CMYK 0 0.95 0.17 0.04
HSL 310.86º 0.92% 0.51% -
HSV(B) 310.86º 0.95% 0.96% -
XYZ 48.58 24.01 58.57 -
YUV 104.03 183.86 228.55 -
System Red Green Blue C M Y K H S L
Decimal 245 13 203 0 0.95 0.17 0.04 310.86 0.92 0.51
Hex F5 D CB 0 5F 11 4 137 5C 33
Octal 365 15 313 0 137 21 4 467 134 63
Binary 11110101 1101 11001011 0 1011111 10001 100 100110111 1011100 110011

Color Harmonies of #F50DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50DCB

Black with #F50DCB

Text Example


Text Example

White with #F50DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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