Html Css Color HEX #F023AD Spicy Pink

📋 copy color: '#F023AD'

red 240 ◦ green 35 ◦ blue 173

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

Shades of Spicy Pink #F023AD

Tints of Spicy Pink #F023AD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.81%

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

R = 53.57%
G = 7.81%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F023AD (or 0xF023AD) is known color: Spicy Pink. HEX triplet: F0, 23 and AD. RGB value is (240,35,173). Sum of RGB (Red+Green+Blue) = 240+35+173=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 35 (14.06% from 255 or 7.81% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F023AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F023AD is #0FDC52. Grayscale: #6F6F6F. Windows color (decimal): -1039443 or 11346928. OLE color: 11346928.

HSL color Cylindrical-coordinate representation of color #F023AD: hue angle of 319.61º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F023AD is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 35 173 -
CMYK 0 0.85 0.28 0.06
HSL 319.61º 0.87% 0.54% -
HSV(B) 319.61º 0.85% 0.94% -
XYZ 44.08 22.74 41.6 -
YUV 112.03 162.42 219.28 -
System Red Green Blue C M Y K H S L
Decimal 240 35 173 0 0.85 0.28 0.06 319.61 0.87 0.54
Hex F0 23 AD 0 55 1C 6 140 57 36
Octal 360 43 255 0 125 34 6 500 127 66
Binary 11110000 100011 10101101 0 1010101 11100 110 101000000 1010111 110110

Color Harmonies of #F023AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F023AD

Black with #F023AD

Text Example


Text Example

White with #F023AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F023AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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