Html Css Color HEX #F015B3 Spicy Pink

📋 copy color: '#F015B3'

red 240 ◦ green 21 ◦ blue 179

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

Shades of Spicy Pink #F015B3

Tints of Spicy Pink #F015B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.68%

R = 54.55%
G = 4.77%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F015B3 (or 0xF015B3) is known color: Spicy Pink. HEX triplet: F0, 15 and B3. RGB value is (240,21,179). Sum of RGB (Red+Green+Blue) = 240+21+179=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F015B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F015B3 is #0FEA4C. Grayscale: #686868. Windows color (decimal): -1043021 or 11736560. OLE color: 11736560.

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

Color convert

RGB 240 21 179 -
CMYK 0 0.91 0.25 0.06
HSL 316.71º 0.88% 0.51% -
HSV(B) 316.71º 0.91% 0.94% -
XYZ 44.34 22.32 44.62 -
YUV 104.49 170.05 224.65 -
System Red Green Blue C M Y K H S L
Decimal 240 21 179 0 0.91 0.25 0.06 316.71 0.88 0.51
Hex F0 15 B3 0 5B 19 6 13D 58 33
Octal 360 25 263 0 133 31 6 475 130 63
Binary 11110000 10101 10110011 0 1011011 11001 110 100111101 1011000 110011

Color Harmonies of #F015B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F015B3

Black with #F015B3

Text Example


Text Example

White with #F015B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F015B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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