Html Css Color HEX #F015AD Spicy Pink

📋 copy color: '#F015AD'

red 240 ◦ green 21 ◦ blue 173

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

Shades of Spicy Pink #F015AD

Tints of Spicy Pink #F015AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.86%

R = 55.3%
G = 4.84%
B = 39.86%

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

#F015AD (or 0xF015AD) is known color: Spicy Pink. HEX triplet: F0, 15 and AD. RGB value is (240,21,173). Sum of RGB (Red+Green+Blue) = 240+21+173=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 21 (8.59% from 255 or 4.84% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F015AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F015AD is #0FEA52. Grayscale: #676767. Windows color (decimal): -1043027 or 11343344. OLE color: 11343344.

HSL color Cylindrical-coordinate representation of color #F015AD: hue angle of 318.36º 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 #F015AD is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 21 173 -
CMYK 0 0.91 0.28 0.06
HSL 318.36º 0.88% 0.51% -
HSV(B) 318.36º 0.91% 0.94% -
XYZ 43.75 22.08 41.49 -
YUV 103.81 167.05 225.14 -
System Red Green Blue C M Y K H S L
Decimal 240 21 173 0 0.91 0.28 0.06 318.36 0.88 0.51
Hex F0 15 AD 0 5B 1C 6 13E 58 33
Octal 360 25 255 0 133 34 6 476 130 63
Binary 11110000 10101 10101101 0 1011011 11100 110 100111110 1011000 110011

Color Harmonies of #F015AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015AD

Black with #F015AD

Text Example


Text Example

White with #F015AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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