Html Css Color HEX #F015AB Spicy Pink

📋 copy color: '#F015AB'

red 240 ◦ green 21 ◦ blue 171

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

Shades of Spicy Pink #F015AB

Tints of Spicy Pink #F015AB

RGB

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

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

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

R = 55.56%
G = 4.86%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F015AB (or 0xF015AB) is known color: Spicy Pink. HEX triplet: F0, 15 and AB. RGB value is (240,21,171). Sum of RGB (Red+Green+Blue) = 240+21+171=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F015AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F015AB is #0FEA54. Grayscale: #676767. Windows color (decimal): -1043029 or 11212272. OLE color: 11212272.

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

Color convert

RGB 240 21 171 -
CMYK 0 0.91 0.29 0.06
HSL 318.9º 0.88% 0.51% -
HSV(B) 318.9º 0.91% 0.94% -
XYZ 43.55 22 40.48 -
YUV 103.58 166.05 225.3 -
System Red Green Blue C M Y K H S L
Decimal 240 21 171 0 0.91 0.29 0.06 318.9 0.88 0.51
Hex F0 15 AB 0 5B 1D 6 13F 58 33
Octal 360 25 253 0 133 35 6 477 130 63
Binary 11110000 10101 10101011 0 1011011 11101 110 100111111 1011000 110011

Color Harmonies of #F015AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015AB

Black with #F015AB

Text Example


Text Example

White with #F015AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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