Html Css Color HEX #F018A4 Spicy Pink

📋 copy color: '#F018A4'

red 240 ◦ green 24 ◦ blue 164

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

Shades of Spicy Pink #F018A4

Tints of Spicy Pink #F018A4

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.61%

 BLUE value IS 164 (64.45% from 255) = 38.32%

R = 56.07%
G = 5.61%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F018A4 (or 0xF018A4) is known color: Spicy Pink. HEX triplet: F0, 18 and A4. RGB value is (240,24,164). Sum of RGB (Red+Green+Blue) = 240+24+164=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 24 (9.77% from 255 or 5.61% from 428); Blue value is 164 (64.45% from 255 or 38.32% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F018A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F018A4 is #0FE75B. Grayscale: #686868. Windows color (decimal): -1042268 or 10754288. OLE color: 10754288.

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

Color convert

RGB 240 24 164 -
CMYK 0 0.9 0.32 0.06
HSL 321.11º 0.88% 0.52% -
HSV(B) 321.11º 0.9% 0.94% -
XYZ 42.96 21.86 37.08 -
YUV 104.54 161.56 224.62 -
System Red Green Blue C M Y K H S L
Decimal 240 24 164 0 0.9 0.32 0.06 321.11 0.88 0.52
Hex F0 18 A4 0 5A 20 6 141 58 34
Octal 360 30 244 0 132 40 6 501 130 64
Binary 11110000 11000 10100100 0 1011010 100000 110 101000001 1011000 110100

Color Harmonies of #F018A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F018A4

Black with #F018A4

Text Example


Text Example

White with #F018A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F018A4; }

 p { color: rgb(240,24,164); }

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

background-color css

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

 a { background-color: rgb(240,24,164); }

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

border-color css

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

 span { border-color: rgb(240,24,164); }

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