Html Css Color HEX #F507B2 Shocking Pink

📋 copy color: '#F507B2'

red 245 ◦ green 7 ◦ blue 178

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

Shades of Shocking Pink #F507B2

Tints of Shocking Pink #F507B2

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.63%

 BLUE value IS 178 (69.92% from 255) = 41.4%

R = 56.98%
G = 1.63%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F507B2 (or 0xF507B2) is known color: Shocking Pink. HEX triplet: F5, 07 and B2. RGB value is (245,7,178). Sum of RGB (Red+Green+Blue) = 245+7+178=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 7 (3.12% from 255 or 1.63% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F507B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F507B2 is #0AF84D. Grayscale: #616161. Windows color (decimal): -718926 or 11667445. OLE color: 11667445.

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

Color convert

RGB 245 7 178 -
CMYK 0 0.97 0.27 0.04
HSL 316.89º 0.94% 0.49% -
HSV(B) 316.89º 0.97% 0.96% -
XYZ 45.77 22.78 44.1 -
YUV 97.66 173.35 233.1 -
System Red Green Blue C M Y K H S L
Decimal 245 7 178 0 0.97 0.27 0.04 316.89 0.94 0.49
Hex F5 7 B2 0 61 1B 4 13D 5E 31
Octal 365 7 262 0 141 33 4 475 136 61
Binary 11110101 111 10110010 0 1100001 11011 100 100111101 1011110 110001

Color Harmonies of #F507B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F507B2

Black with #F507B2

Text Example


Text Example

White with #F507B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F507B2; }

 p { color: rgb(245,7,178); }

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

background-color css

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

 a { background-color: rgb(245,7,178); }

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

border-color css

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

 span { border-color: rgb(245,7,178); }

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