Html Css Color HEX #F015A7 Spicy Pink

📋 copy color: '#F015A7'

red 240 ◦ green 21 ◦ blue 167

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

Shades of Spicy Pink #F015A7

Tints of Spicy Pink #F015A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.02%

R = 56.07%
G = 4.91%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#F015A7 (or 0xF015A7) is known color: Spicy Pink. HEX triplet: F0, 15 and A7. RGB value is (240,21,167). Sum of RGB (Red+Green+Blue) = 240+21+167=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 167 (65.62% from 255 or 39.02% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F015A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F015A7 is #0FEA58. Grayscale: #666666. Windows color (decimal): -1043033 or 10950128. OLE color: 10950128.

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

Color convert

RGB 240 21 167 -
CMYK 0 0.91 0.30 0.06
HSL 320º 0.88% 0.51% -
HSV(B) 320º 0.91% 0.94% -
XYZ 43.18 21.85 38.5 -
YUV 103.13 164.05 225.63 -
System Red Green Blue C M Y K H S L
Decimal 240 21 167 0 0.91 0.30 0.06 320 0.88 0.51
Hex F0 15 A7 0 5B 1E 6 140 58 33
Octal 360 25 247 0 133 36 6 500 130 63
Binary 11110000 10101 10100111 0 1011011 11110 110 101000000 1011000 110011

Color Harmonies of #F015A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015A7

Black with #F015A7

Text Example


Text Example

White with #F015A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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