Html Css Color HEX #F014A5 Spicy Pink

📋 copy color: '#F014A5'

red 240 ◦ green 20 ◦ blue 165

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

Shades of Spicy Pink #F014A5

Tints of Spicy Pink #F014A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.82%

R = 56.47%
G = 4.71%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F014A5 (or 0xF014A5) is known color: Spicy Pink. HEX triplet: F0, 14 and A5. RGB value is (240,20,165). Sum of RGB (Red+Green+Blue) = 240+20+165=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F014A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F014A5 is #0FEB5A. Grayscale: #656565. Windows color (decimal): -1043291 or 10818800. OLE color: 10818800.

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

Color convert

RGB 240 20 165 -
CMYK 0 0.92 0.31 0.06
HSL 320.45º 0.88% 0.51% -
HSV(B) 320.45º 0.92% 0.94% -
XYZ 42.98 21.74 37.53 -
YUV 102.31 163.39 226.21 -
System Red Green Blue C M Y K H S L
Decimal 240 20 165 0 0.92 0.31 0.06 320.45 0.88 0.51
Hex F0 14 A5 0 5C 1F 6 140 58 33
Octal 360 24 245 0 134 37 6 500 130 63
Binary 11110000 10100 10100101 0 1011100 11111 110 101000000 1011000 110011

Color Harmonies of #F014A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F014A5

Black with #F014A5

Text Example


Text Example

White with #F014A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F014A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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