Html Css Color HEX #F511AB Spicy Pink

📋 copy color: '#F511AB'

red 245 ◦ green 17 ◦ blue 171

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

Shades of Spicy Pink #F511AB

Tints of Spicy Pink #F511AB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.93%

 BLUE value IS 171 (67.19% from 255) = 39.49%

R = 56.58%
G = 3.93%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F511AB (or 0xF511AB) is known color: Spicy Pink. HEX triplet: F5, 11 and AB. RGB value is (245,17,171). Sum of RGB (Red+Green+Blue) = 245+17+171=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 17 (7.03% from 255 or 3.93% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F511AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F511AB is #0AEE54. Grayscale: #666666. Windows color (decimal): -716373 or 11211253. OLE color: 11211253.

HSL color Cylindrical-coordinate representation of color #F511AB: hue angle of 319.47º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F511AB is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 17 171 -
CMYK 0 0.93 0.30 0.04
HSL 319.47º 0.92% 0.51% -
HSV(B) 319.47º 0.93% 0.96% -
XYZ 45.21 22.75 40.54 -
YUV 102.73 166.54 229.48 -
System Red Green Blue C M Y K H S L
Decimal 245 17 171 0 0.93 0.30 0.04 319.47 0.92 0.51
Hex F5 11 AB 0 5D 1E 4 13F 5C 33
Octal 365 21 253 0 135 36 4 477 134 63
Binary 11110101 10001 10101011 0 1011101 11110 100 100111111 1011100 110011

Color Harmonies of #F511AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F511AB

Black with #F511AB

Text Example


Text Example

White with #F511AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F511AB; }

 p { color: rgb(245,17,171); }

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

background-color css

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

 a { background-color: rgb(245,17,171); }

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

border-color css

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

 span { border-color: rgb(245,17,171); }

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