Html Css Color HEX #F504B5 Shocking Pink

📋 copy color: '#F504B5'

red 245 ◦ green 4 ◦ blue 181

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

Shades of Shocking Pink #F504B5

Tints of Shocking Pink #F504B5

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.93%

 BLUE value IS 181 (71.09% from 255) = 42.09%

R = 56.98%
G = 0.93%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F504B5 (or 0xF504B5) is known color: Shocking Pink. HEX triplet: F5, 04 and B5. RGB value is (245,4,181). Sum of RGB (Red+Green+Blue) = 245+4+181=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 4 (1.95% from 255 or 0.93% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F504B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F504B5 is #0AFB4A. Grayscale: #5F5F5F. Windows color (decimal): -719691 or 11863285. OLE color: 11863285.

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

Color convert

RGB 245 4 181 -
CMYK 0 0.98 0.26 0.04
HSL 315.93º 0.97% 0.49% -
HSV(B) 315.93º 0.98% 0.96% -
XYZ 46.04 22.84 45.7 -
YUV 96.24 175.84 234.11 -
System Red Green Blue C M Y K H S L
Decimal 245 4 181 0 0.98 0.26 0.04 315.93 0.97 0.49
Hex F5 4 B5 0 62 1A 4 13C 61 31
Octal 365 4 265 0 142 32 4 474 141 61
Binary 11110101 100 10110101 0 1100010 11010 100 100111100 1100001 110001

Color Harmonies of #F504B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F504B5

Black with #F504B5

Text Example


Text Example

White with #F504B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F504B5; }

 p { color: rgb(245,4,181); }

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

background-color css

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

 a { background-color: rgb(245,4,181); }

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

border-color css

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

 span { border-color: rgb(245,4,181); }

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