Html Css Color HEX #F014AF Spicy Pink

📋 copy color: '#F014AF'

red 240 ◦ green 20 ◦ blue 175

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

Shades of Spicy Pink #F014AF

Tints of Spicy Pink #F014AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.23%

R = 55.17%
G = 4.6%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F014AF (or 0xF014AF) is known color: Spicy Pink. HEX triplet: F0, 14 and AF. RGB value is (240,20,175). Sum of RGB (Red+Green+Blue) = 240+20+175=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 20 (8.20% from 255 or 4.60% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F014AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F014AF is #0FEB50. Grayscale: #676767. Windows color (decimal): -1043281 or 11474160. OLE color: 11474160.

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

Color convert

RGB 240 20 175 -
CMYK 0 0.92 0.27 0.06
HSL 317.73º 0.88% 0.51% -
HSV(B) 317.73º 0.92% 0.94% -
XYZ 43.92 22.12 42.51 -
YUV 103.45 168.39 225.4 -
System Red Green Blue C M Y K H S L
Decimal 240 20 175 0 0.92 0.27 0.06 317.73 0.88 0.51
Hex F0 14 AF 0 5C 1B 6 13E 58 33
Octal 360 24 257 0 134 33 6 476 130 63
Binary 11110000 10100 10101111 0 1011100 11011 110 100111110 1011000 110011

Color Harmonies of #F014AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F014AF

Black with #F014AF

Text Example


Text Example

White with #F014AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F014AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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