Html Css Color HEX #F501BF Shocking Pink

📋 copy color: '#F501BF'

red 245 ◦ green 1 ◦ blue 191

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

Shades of Shocking Pink #F501BF

Tints of Shocking Pink #F501BF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 191 (75% from 255) = 43.71%

R = 56.06%
G = 0.23%
B = 43.71%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F501BF (or 0xF501BF) is known color: Shocking Pink. HEX triplet: F5, 01 and BF. RGB value is (245,1,191). Sum of RGB (Red+Green+Blue) = 245+1+191=437 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.06% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 245 - color contains mainly: red. Hex color #F501BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F501BF is #0AFE40. Grayscale: #5F5F5F. Windows color (decimal): -720449 or 12517877. OLE color: 12517877.

HSL color Cylindrical-coordinate representation of color #F501BF: hue angle of 313.28º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F501BF is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 1 191 -
CMYK 0 1.00 0.22 0.04
HSL 313.28º 0.99% 0.48% -
HSV(B) 313.28º 1% 0.96% -
XYZ 47.07 23.2 51.29 -
YUV 95.62 181.84 234.55 -
System Red Green Blue C M Y K H S L
Decimal 245 1 191 0 1.00 0.22 0.04 313.28 0.99 0.48
Hex F5 1 BF 0 64 16 4 139 63 30
Octal 365 1 277 0 144 26 4 471 143 60
Binary 11110101 1 10111111 0 1100100 10110 100 100111001 1100011 110000

Color Harmonies of #F501BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F501BF

Black with #F501BF

Text Example


Text Example

White with #F501BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F501BF; }

 p { color: rgb(245,1,191); }

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

background-color css

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

 a { background-color: rgb(245,1,191); }

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

border-color css

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

 span { border-color: rgb(245,1,191); }

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