Html Css Color HEX #F015A6 Spicy Pink

📋 copy color: '#F015A6'

red 240 ◦ green 21 ◦ blue 166

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

Shades of Spicy Pink #F015A6

Tints of Spicy Pink #F015A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.88%

R = 56.21%
G = 4.92%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F015A6 (or 0xF015A6) is known color: Spicy Pink. HEX triplet: F0, 15 and A6. RGB value is (240,21,166). Sum of RGB (Red+Green+Blue) = 240+21+166=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 21 (8.59% from 255 or 4.92% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F015A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F015A6 is #0FEA59. Grayscale: #666666. Windows color (decimal): -1043034 or 10884592. OLE color: 10884592.

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

Color convert

RGB 240 21 166 -
CMYK 0 0.91 0.31 0.06
HSL 320.27º 0.88% 0.51% -
HSV(B) 320.27º 0.91% 0.94% -
XYZ 43.09 21.81 38.02 -
YUV 103.01 163.55 225.71 -
System Red Green Blue C M Y K H S L
Decimal 240 21 166 0 0.91 0.31 0.06 320.27 0.88 0.51
Hex F0 15 A6 0 5B 1F 6 140 58 33
Octal 360 25 246 0 133 37 6 500 130 63
Binary 11110000 10101 10100110 0 1011011 11111 110 101000000 1011000 110011

Color Harmonies of #F015A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015A6

Black with #F015A6

Text Example


Text Example

White with #F015A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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