Html Css Color HEX #F017AA Spicy Pink

📋 copy color: '#F017AA'

red 240 ◦ green 23 ◦ blue 170

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

Shades of Spicy Pink #F017AA

Tints of Spicy Pink #F017AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.31%

 BLUE value IS 170 (66.8% from 255) = 39.26%

R = 55.43%
G = 5.31%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F017AA (or 0xF017AA) is known color: Spicy Pink. HEX triplet: F0, 17 and AA. RGB value is (240,23,170). Sum of RGB (Red+Green+Blue) = 240+23+170=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 23 (9.38% from 255 or 5.31% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F017AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F017AA is #0FE855. Grayscale: #686868. Windows color (decimal): -1042518 or 11147248. OLE color: 11147248.

HSL color Cylindrical-coordinate representation of color #F017AA: hue angle of 319.35º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F017AA is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 23 170 -
CMYK 0 0.90 0.29 0.06
HSL 319.35º 0.88% 0.52% -
HSV(B) 319.35º 0.9% 0.94% -
XYZ 43.5 22.04 39.99 -
YUV 104.64 164.89 224.55 -
System Red Green Blue C M Y K H S L
Decimal 240 23 170 0 0.90 0.29 0.06 319.35 0.88 0.52
Hex F0 17 AA 0 5A 1D 6 13F 58 34
Octal 360 27 252 0 132 35 6 477 130 64
Binary 11110000 10111 10101010 0 1011010 11101 110 100111111 1011000 110100

Color Harmonies of #F017AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F017AA

Black with #F017AA

Text Example


Text Example

White with #F017AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F017AA; }

 p { color: rgb(240,23,170); }

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

background-color css

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

 a { background-color: rgb(240,23,170); }

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

border-color css

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

 span { border-color: rgb(240,23,170); }

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