Html Css Color HEX #F015AC Spicy Pink

📋 copy color: '#F015AC'

red 240 ◦ green 21 ◦ blue 172

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

Shades of Spicy Pink #F015AC

Tints of Spicy Pink #F015AC

RGB

 RED value IS 240 (94.14% from 255) = 55.43%

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

 BLUE value IS 172 (67.58% from 255) = 39.72%

R = 55.43%
G = 4.85%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F015AC (or 0xF015AC) is known color: Spicy Pink. HEX triplet: F0, 15 and AC. RGB value is (240,21,172). Sum of RGB (Red+Green+Blue) = 240+21+172=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F015AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F015AC is #0FEA53. Grayscale: #676767. Windows color (decimal): -1043028 or 11277808. OLE color: 11277808.

HSL color Cylindrical-coordinate representation of color #F015AC: hue angle of 318.63º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F015AC is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 21 172 -
CMYK 0 0.91 0.28 0.06
HSL 318.63º 0.88% 0.51% -
HSV(B) 318.63º 0.91% 0.94% -
XYZ 43.65 22.04 40.98 -
YUV 103.7 166.55 225.22 -
System Red Green Blue C M Y K H S L
Decimal 240 21 172 0 0.91 0.28 0.06 318.63 0.88 0.51
Hex F0 15 AC 0 5B 1C 6 13F 58 33
Octal 360 25 254 0 133 34 6 477 130 63
Binary 11110000 10101 10101100 0 1011011 11100 110 100111111 1011000 110011

Color Harmonies of #F015AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015AC

Black with #F015AC

Text Example


Text Example

White with #F015AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015AC; }

 p { color: rgb(240,21,172); }

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

background-color css

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

 a { background-color: rgb(240,21,172); }

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

border-color css

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

 span { border-color: rgb(240,21,172); }

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