Html Css Color HEX #F50FBE Shocking Pink

📋 copy color: '#F50FBE'

red 245 ◦ green 15 ◦ blue 190

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

Shades of Shocking Pink #F50FBE

Tints of Shocking Pink #F50FBE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.33%

 BLUE value IS 190 (74.61% from 255) = 42.22%

R = 54.44%
G = 3.33%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F50FBE (or 0xF50FBE) is known color: Shocking Pink. HEX triplet: F5, 0F and BE. RGB value is (245,15,190). Sum of RGB (Red+Green+Blue) = 245+15+190=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 15 (6.25% from 255 or 3.33% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F50FBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F50FBE is #0AF041. Grayscale: #676767. Windows color (decimal): -716866 or 12455925. OLE color: 12455925.

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

Color convert

RGB 245 15 190 -
CMYK 0 0.94 0.22 0.04
HSL 314.35º 0.92% 0.51% -
HSV(B) 314.35º 0.94% 0.96% -
XYZ 47.12 23.47 50.76 -
YUV 103.72 176.7 228.77 -
System Red Green Blue C M Y K H S L
Decimal 245 15 190 0 0.94 0.22 0.04 314.35 0.92 0.51
Hex F5 F BE 0 5E 16 4 13A 5C 33
Octal 365 17 276 0 136 26 4 472 134 63
Binary 11110101 1111 10111110 0 1011110 10110 100 100111010 1011100 110011

Color Harmonies of #F50FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50FBE

Black with #F50FBE

Text Example


Text Example

White with #F50FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50FBE; }

 p { color: rgb(245,15,190); }

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

background-color css

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

 a { background-color: rgb(245,15,190); }

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

border-color css

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

 span { border-color: rgb(245,15,190); }

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