Html Css Color HEX #F503B3 Shocking Pink

📋 copy color: '#F503B3'

red 245 ◦ green 3 ◦ blue 179

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

Shades of Shocking Pink #F503B3

Tints of Shocking Pink #F503B3

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.7%

 BLUE value IS 179 (70.31% from 255) = 41.92%

R = 57.38%
G = 0.7%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F503B3 (or 0xF503B3) is known color: Shocking Pink. HEX triplet: F5, 03 and B3. RGB value is (245,3,179). Sum of RGB (Red+Green+Blue) = 245+3+179=427 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.38% from 427); Green value is 3 (1.56% from 255 or 0.70% from 427); Blue value is 179 (70.31% from 255 or 41.92% from 427); Max value from RGB is 245 - color contains mainly: red. Hex color #F503B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F503B3 is #0AFC4C. Grayscale: #5E5E5E. Windows color (decimal): -719949 or 11731957. OLE color: 11731957.

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

Color convert

RGB 245 3 179 -
CMYK 0 0.99 0.27 0.04
HSL 316.36º 0.98% 0.49% -
HSV(B) 316.36º 0.99% 0.96% -
XYZ 45.83 22.73 44.62 -
YUV 95.42 175.17 234.69 -
System Red Green Blue C M Y K H S L
Decimal 245 3 179 0 0.99 0.27 0.04 316.36 0.98 0.49
Hex F5 3 B3 0 63 1B 4 13C 62 31
Octal 365 3 263 0 143 33 4 474 142 61
Binary 11110101 11 10110011 0 1100011 11011 100 100111100 1100010 110001

Color Harmonies of #F503B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F503B3

Black with #F503B3

Text Example


Text Example

White with #F503B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F503B3; }

 p { color: rgb(245,3,179); }

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

background-color css

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

 a { background-color: rgb(245,3,179); }

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

border-color css

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

 span { border-color: rgb(245,3,179); }

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