Html Css Color HEX #F504B6 Shocking Pink

📋 copy color: '#F504B6'

red 245 ◦ green 4 ◦ blue 182

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

Shades of Shocking Pink #F504B6

Tints of Shocking Pink #F504B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.23%

R = 56.84%
G = 0.93%
B = 42.23%

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

#F504B6 (or 0xF504B6) is known color: Shocking Pink. HEX triplet: F5, 04 and B6. RGB value is (245,4,182). Sum of RGB (Red+Green+Blue) = 245+4+182=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 4 (1.95% from 255 or 0.93% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F504B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F504B6 is #0AFB49. Grayscale: #5F5F5F. Windows color (decimal): -719690 or 11928821. OLE color: 11928821.

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

Color convert

RGB 245 4 182 -
CMYK 0 0.98 0.26 0.04
HSL 315.68º 0.97% 0.49% -
HSV(B) 315.68º 0.98% 0.96% -
XYZ 46.14 22.88 46.24 -
YUV 96.35 176.34 234.03 -
System Red Green Blue C M Y K H S L
Decimal 245 4 182 0 0.98 0.26 0.04 315.68 0.97 0.49
Hex F5 4 B6 0 62 1A 4 13C 61 31
Octal 365 4 266 0 142 32 4 474 141 61
Binary 11110101 100 10110110 0 1100010 11010 100 100111100 1100001 110001

Color Harmonies of #F504B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F504B6

Black with #F504B6

Text Example


Text Example

White with #F504B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F504B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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