Html Css Color HEX #F514AB Spicy Pink

📋 copy color: '#F514AB'

red 245 ◦ green 20 ◦ blue 171

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

Shades of Spicy Pink #F514AB

Tints of Spicy Pink #F514AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.59%

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

R = 56.19%
G = 4.59%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F514AB (or 0xF514AB) is known color: Spicy Pink. HEX triplet: F5, 14 and AB. RGB value is (245,20,171). Sum of RGB (Red+Green+Blue) = 245+20+171=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 20 (8.20% from 255 or 4.59% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F514AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F514AB is #0AEB54. Grayscale: #686868. Windows color (decimal): -715605 or 11212021. OLE color: 11212021.

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

Color convert

RGB 245 20 171 -
CMYK 0 0.92 0.30 0.04
HSL 319.73º 0.92% 0.52% -
HSV(B) 319.73º 0.92% 0.96% -
XYZ 45.26 22.85 40.55 -
YUV 104.49 165.54 228.22 -
System Red Green Blue C M Y K H S L
Decimal 245 20 171 0 0.92 0.30 0.04 319.73 0.92 0.52
Hex F5 14 AB 0 5C 1E 4 140 5C 34
Octal 365 24 253 0 134 36 4 500 134 64
Binary 11110101 10100 10101011 0 1011100 11110 100 101000000 1011100 110100

Color Harmonies of #F514AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F514AB

Black with #F514AB

Text Example


Text Example

White with #F514AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F514AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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