Html Css Color HEX #F507BD Shocking Pink

📋 copy color: '#F507BD'

red 245 ◦ green 7 ◦ blue 189

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

Shades of Shocking Pink #F507BD

Tints of Shocking Pink #F507BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.86%

R = 55.56%
G = 1.59%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F507BD (or 0xF507BD) is known color: Shocking Pink. HEX triplet: F5, 07 and BD. RGB value is (245,7,189). Sum of RGB (Red+Green+Blue) = 245+7+189=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 7 (3.12% from 255 or 1.59% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F507BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F507BD is #0AF842. Grayscale: #626262. Windows color (decimal): -718915 or 12388341. OLE color: 12388341.

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

Color convert

RGB 245 7 189 -
CMYK 0 0.97 0.23 0.04
HSL 314.12º 0.94% 0.49% -
HSV(B) 314.12º 0.97% 0.96% -
XYZ 46.92 23.24 50.16 -
YUV 98.91 178.85 232.2 -
System Red Green Blue C M Y K H S L
Decimal 245 7 189 0 0.97 0.23 0.04 314.12 0.94 0.49
Hex F5 7 BD 0 61 17 4 13A 5E 31
Octal 365 7 275 0 141 27 4 472 136 61
Binary 11110101 111 10111101 0 1100001 10111 100 100111010 1011110 110001

Color Harmonies of #F507BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F507BD

Black with #F507BD

Text Example


Text Example

White with #F507BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F507BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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