Html Css Color HEX #F013AD Spicy Pink

📋 copy color: '#F013AD'

red 240 ◦ green 19 ◦ blue 173

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

Shades of Spicy Pink #F013AD

Tints of Spicy Pink #F013AD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.4%

 BLUE value IS 173 (67.97% from 255) = 40.05%

R = 55.56%
G = 4.4%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F013AD (or 0xF013AD) is known color: Spicy Pink. HEX triplet: F0, 13 and AD. RGB value is (240,19,173). Sum of RGB (Red+Green+Blue) = 240+19+173=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 19 (7.81% from 255 or 4.40% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F013AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F013AD is #0FEC52. Grayscale: #666666. Windows color (decimal): -1043539 or 11342832. OLE color: 11342832.

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

Color convert

RGB 240 19 173 -
CMYK 0 0.92 0.28 0.06
HSL 318.19º 0.88% 0.51% -
HSV(B) 318.19º 0.92% 0.94% -
XYZ 43.71 22.01 41.48 -
YUV 102.64 167.72 225.98 -
System Red Green Blue C M Y K H S L
Decimal 240 19 173 0 0.92 0.28 0.06 318.19 0.88 0.51
Hex F0 13 AD 0 5C 1C 6 13E 58 33
Octal 360 23 255 0 134 34 6 476 130 63
Binary 11110000 10011 10101101 0 1011100 11100 110 100111110 1011000 110011

Color Harmonies of #F013AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F013AD

Black with #F013AD

Text Example


Text Example

White with #F013AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F013AD; }

 p { color: rgb(240,19,173); }

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

background-color css

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

 a { background-color: rgb(240,19,173); }

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

border-color css

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

 span { border-color: rgb(240,19,173); }

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