Html Css Color HEX #F015B2 Spicy Pink

📋 copy color: '#F015B2'

red 240 ◦ green 21 ◦ blue 178

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

Shades of Spicy Pink #F015B2

Tints of Spicy Pink #F015B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.55%

R = 54.67%
G = 4.78%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F015B2 (or 0xF015B2) is known color: Spicy Pink. HEX triplet: F0, 15 and B2. RGB value is (240,21,178). Sum of RGB (Red+Green+Blue) = 240+21+178=439 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.67% from 439); Green value is 21 (8.59% from 255 or 4.78% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 240 - color contains mainly: red. Hex color #F015B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F015B2 is #0FEA4D. Grayscale: #676767. Windows color (decimal): -1043022 or 11671024. OLE color: 11671024.

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

Color convert

RGB 240 21 178 -
CMYK 0 0.91 0.26 0.06
HSL 316.99º 0.88% 0.51% -
HSV(B) 316.99º 0.91% 0.94% -
XYZ 44.24 22.28 44.09 -
YUV 104.38 169.55 224.73 -
System Red Green Blue C M Y K H S L
Decimal 240 21 178 0 0.91 0.26 0.06 316.99 0.88 0.51
Hex F0 15 B2 0 5B 1A 6 13D 58 33
Octal 360 25 262 0 133 32 6 475 130 63
Binary 11110000 10101 10110010 0 1011011 11010 110 100111101 1011000 110011

Color Harmonies of #F015B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015B2

Black with #F015B2

Text Example


Text Example

White with #F015B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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