Html Css Color HEX #F515AA Spicy Pink

📋 copy color: '#F515AA'

red 245 ◦ green 21 ◦ blue 170

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

Shades of Spicy Pink #F515AA

Tints of Spicy Pink #F515AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.82%

 BLUE value IS 170 (66.8% from 255) = 38.99%

R = 56.19%
G = 4.82%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F515AA (or 0xF515AA) is known color: Spicy Pink. HEX triplet: F5, 15 and AA. RGB value is (245,21,170). Sum of RGB (Red+Green+Blue) = 245+21+170=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F515AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F515AA is #0AEA55. Grayscale: #686868. Windows color (decimal): -715350 or 11146741. OLE color: 11146741.

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

Color convert

RGB 245 21 170 -
CMYK 0 0.91 0.31 0.04
HSL 320.09º 0.92% 0.52% -
HSV(B) 320.09º 0.91% 0.96% -
XYZ 45.18 22.85 40.06 -
YUV 104.96 164.71 227.88 -
System Red Green Blue C M Y K H S L
Decimal 245 21 170 0 0.91 0.31 0.04 320.09 0.92 0.52
Hex F5 15 AA 0 5B 1F 4 140 5C 34
Octal 365 25 252 0 133 37 4 500 134 64
Binary 11110101 10101 10101010 0 1011011 11111 100 101000000 1011100 110100

Color Harmonies of #F515AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F515AA

Black with #F515AA

Text Example


Text Example

White with #F515AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F515AA; }

 p { color: rgb(245,21,170); }

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

background-color css

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

 a { background-color: rgb(245,21,170); }

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

border-color css

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

 span { border-color: rgb(245,21,170); }

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