Html Css Color HEX #F014B1 Spicy Pink

📋 copy color: '#F014B1'

red 240 ◦ green 20 ◦ blue 177

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

Shades of Spicy Pink #F014B1

Tints of Spicy Pink #F014B1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.58%

 BLUE value IS 177 (69.53% from 255) = 40.5%

R = 54.92%
G = 4.58%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F014B1 (or 0xF014B1) is known color: Spicy Pink. HEX triplet: F0, 14 and B1. RGB value is (240,20,177). Sum of RGB (Red+Green+Blue) = 240+20+177=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 20 (8.20% from 255 or 4.58% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F014B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F014B1 is #0FEB4E. Grayscale: #676767. Windows color (decimal): -1043279 or 11605232. OLE color: 11605232.

HSL color Cylindrical-coordinate representation of color #F014B1: hue angle of 317.18º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F014B1 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 20 177 -
CMYK 0 0.92 0.26 0.06
HSL 317.18º 0.88% 0.51% -
HSV(B) 317.18º 0.92% 0.94% -
XYZ 44.12 22.2 43.55 -
YUV 103.68 169.39 225.23 -
System Red Green Blue C M Y K H S L
Decimal 240 20 177 0 0.92 0.26 0.06 317.18 0.88 0.51
Hex F0 14 B1 0 5C 1A 6 13D 58 33
Octal 360 24 261 0 134 32 6 475 130 63
Binary 11110000 10100 10110001 0 1011100 11010 110 100111101 1011000 110011

Color Harmonies of #F014B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F014B1

Black with #F014B1

Text Example


Text Example

White with #F014B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F014B1; }

 p { color: rgb(240,20,177); }

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

background-color css

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

 a { background-color: rgb(240,20,177); }

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

border-color css

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

 span { border-color: rgb(240,20,177); }

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