Html Css Color HEX #F024AB Spicy Pink

📋 copy color: '#F024AB'

red 240 ◦ green 36 ◦ blue 171

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

Shades of Spicy Pink #F024AB

Tints of Spicy Pink #F024AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.26%

R = 53.69%
G = 8.05%
B = 38.26%

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

#F024AB (or 0xF024AB) is known color: Spicy Pink. HEX triplet: F0, 24 and AB. RGB value is (240,36,171). Sum of RGB (Red+Green+Blue) = 240+36+171=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 36 (14.45% from 255 or 8.05% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F024AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F024AB is #0FDB54. Grayscale: #707070. Windows color (decimal): -1039189 or 11216112. OLE color: 11216112.

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

Color convert

RGB 240 36 171 -
CMYK 0 0.85 0.29 0.06
HSL 320.29º 0.87% 0.54% -
HSV(B) 320.29º 0.85% 0.94% -
XYZ 43.92 22.73 40.6 -
YUV 112.39 161.09 219.02 -
System Red Green Blue C M Y K H S L
Decimal 240 36 171 0 0.85 0.29 0.06 320.29 0.87 0.54
Hex F0 24 AB 0 55 1D 6 140 57 36
Octal 360 44 253 0 125 35 6 500 127 66
Binary 11110000 100100 10101011 0 1010101 11101 110 101000000 1010111 110110

Color Harmonies of #F024AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F024AB

Black with #F024AB

Text Example


Text Example

White with #F024AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F024AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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