Html Css Color HEX #F510AB Spicy Pink

📋 copy color: '#F510AB'

red 245 ◦ green 16 ◦ blue 171

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

Shades of Spicy Pink #F510AB

Tints of Spicy Pink #F510AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.7%

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

R = 56.71%
G = 3.7%
B = 39.58%

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

#F510AB (or 0xF510AB) is known color: Spicy Pink. HEX triplet: F5, 10 and AB. RGB value is (245,16,171). Sum of RGB (Red+Green+Blue) = 245+16+171=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 16 (6.64% from 255 or 3.70% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F510AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F510AB is #0AEF54. Grayscale: #656565. Windows color (decimal): -716629 or 11210997. OLE color: 11210997.

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

Color convert

RGB 245 16 171 -
CMYK 0 0.93 0.30 0.04
HSL 319.39º 0.92% 0.51% -
HSV(B) 319.39º 0.93% 0.96% -
XYZ 45.19 22.72 40.53 -
YUV 102.14 166.87 229.9 -
System Red Green Blue C M Y K H S L
Decimal 245 16 171 0 0.93 0.30 0.04 319.39 0.92 0.51
Hex F5 10 AB 0 5D 1E 4 13F 5C 33
Octal 365 20 253 0 135 36 4 477 134 63
Binary 11110101 10000 10101011 0 1011101 11110 100 100111111 1011100 110011

Color Harmonies of #F510AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F510AB

Black with #F510AB

Text Example


Text Example

White with #F510AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F510AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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