Html Css Color HEX #F504B8 Shocking Pink

📋 copy color: '#F504B8'

red 245 ◦ green 4 ◦ blue 184

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

Shades of Shocking Pink #F504B8

Tints of Shocking Pink #F504B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.49%

R = 56.58%
G = 0.92%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F504B8 (or 0xF504B8) is known color: Shocking Pink. HEX triplet: F5, 04 and B8. RGB value is (245,4,184). Sum of RGB (Red+Green+Blue) = 245+4+184=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 4 (1.95% from 255 or 0.92% from 433); Blue value is 184 (72.27% from 255 or 42.49% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F504B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F504B8 is #0AFB47. Grayscale: #606060. Windows color (decimal): -719688 or 12059893. OLE color: 12059893.

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

Color convert

RGB 245 4 184 -
CMYK 0 0.98 0.25 0.04
HSL 315.19º 0.97% 0.49% -
HSV(B) 315.19º 0.98% 0.96% -
XYZ 46.35 22.96 47.34 -
YUV 96.58 177.34 233.86 -
System Red Green Blue C M Y K H S L
Decimal 245 4 184 0 0.98 0.25 0.04 315.19 0.97 0.49
Hex F5 4 B8 0 62 19 4 13B 61 31
Octal 365 4 270 0 142 31 4 473 141 61
Binary 11110101 100 10111000 0 1100010 11001 100 100111011 1100001 110001

Color Harmonies of #F504B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F504B8

Black with #F504B8

Text Example


Text Example

White with #F504B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F504B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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