Html Css Color HEX #F015A2 Spicy Pink

📋 copy color: '#F015A2'

red 240 ◦ green 21 ◦ blue 162

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

Shades of Spicy Pink #F015A2

Tints of Spicy Pink #F015A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.3%

R = 56.74%
G = 4.96%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F015A2 (or 0xF015A2) is known color: Spicy Pink. HEX triplet: F0, 15 and A2. RGB value is (240,21,162). Sum of RGB (Red+Green+Blue) = 240+21+162=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F015A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F015A2 is #0FEA5D. Grayscale: #666666. Windows color (decimal): -1043038 or 10622448. OLE color: 10622448.

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

Color convert

RGB 240 21 162 -
CMYK 0 0.91 0.32 0.06
HSL 321.37º 0.88% 0.51% -
HSV(B) 321.37º 0.91% 0.94% -
XYZ 42.72 21.67 36.11 -
YUV 102.56 161.55 226.04 -
System Red Green Blue C M Y K H S L
Decimal 240 21 162 0 0.91 0.32 0.06 321.37 0.88 0.51
Hex F0 15 A2 0 5B 20 6 141 58 33
Octal 360 25 242 0 133 40 6 501 130 63
Binary 11110000 10101 10100010 0 1011011 100000 110 101000001 1011000 110011

Color Harmonies of #F015A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015A2

Black with #F015A2

Text Example


Text Example

White with #F015A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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