Html Css Color HEX #F502BE Shocking Pink

📋 copy color: '#F502BE'

red 245 ◦ green 2 ◦ blue 190

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

Shades of Shocking Pink #F502BE

Tints of Shocking Pink #F502BE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.46%

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

R = 56.06%
G = 0.46%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F502BE (or 0xF502BE) is known color: Shocking Pink. HEX triplet: F5, 02 and BE. RGB value is (245,2,190). Sum of RGB (Red+Green+Blue) = 245+2+190=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 2 (1.17% from 255 or 0.46% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F502BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F502BE is #0AFD41. Grayscale: #5F5F5F. Windows color (decimal): -720194 or 12452597. OLE color: 12452597.

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

Color convert

RGB 245 2 190 -
CMYK 0 0.99 0.22 0.04
HSL 313.58º 0.98% 0.48% -
HSV(B) 313.58º 0.99% 0.96% -
XYZ 46.97 23.17 50.71 -
YUV 96.09 181.01 234.21 -
System Red Green Blue C M Y K H S L
Decimal 245 2 190 0 0.99 0.22 0.04 313.58 0.98 0.48
Hex F5 2 BE 0 63 16 4 13A 62 30
Octal 365 2 276 0 143 26 4 472 142 60
Binary 11110101 10 10111110 0 1100011 10110 100 100111010 1100010 110000

Color Harmonies of #F502BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F502BE

Black with #F502BE

Text Example


Text Example

White with #F502BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F502BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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