Html Css Color HEX #F024AA Spicy Pink

📋 copy color: '#F024AA'

red 240 ◦ green 36 ◦ blue 170

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

Shades of Spicy Pink #F024AA

Tints of Spicy Pink #F024AA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.07%

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

R = 53.81%
G = 8.07%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F024AA (or 0xF024AA) is known color: Spicy Pink. HEX triplet: F0, 24 and AA. RGB value is (240,36,170). Sum of RGB (Red+Green+Blue) = 240+36+170=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 36 (14.45% from 255 or 8.07% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F024AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F024AA is #0FDB55. Grayscale: #6F6F6F. Windows color (decimal): -1039190 or 11150576. OLE color: 11150576.

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

Color convert

RGB 240 36 170 -
CMYK 0 0.85 0.29 0.06
HSL 320.59º 0.87% 0.54% -
HSV(B) 320.59º 0.85% 0.94% -
XYZ 43.82 22.69 40.1 -
YUV 112.27 160.59 219.1 -
System Red Green Blue C M Y K H S L
Decimal 240 36 170 0 0.85 0.29 0.06 320.59 0.87 0.54
Hex F0 24 AA 0 55 1D 6 141 57 36
Octal 360 44 252 0 125 35 6 501 127 66
Binary 11110000 100100 10101010 0 1010101 11101 110 101000001 1010111 110110

Color Harmonies of #F024AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F024AA

Black with #F024AA

Text Example


Text Example

White with #F024AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F024AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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