Html Css Color HEX #F018A8 Spicy Pink

📋 copy color: '#F018A8'

red 240 ◦ green 24 ◦ blue 168

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

Shades of Spicy Pink #F018A8

Tints of Spicy Pink #F018A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.89%

R = 55.56%
G = 5.56%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F018A8 (or 0xF018A8) is known color: Spicy Pink. HEX triplet: F0, 18 and A8. RGB value is (240,24,168). Sum of RGB (Red+Green+Blue) = 240+24+168=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 24 (9.77% from 255 or 5.56% from 432); Blue value is 168 (66.02% from 255 or 38.89% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F018A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F018A8 is #0FE757. Grayscale: #686868. Windows color (decimal): -1042264 or 11016432. OLE color: 11016432.

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

Color convert

RGB 240 24 168 -
CMYK 0 0.9 0.3 0.06
HSL 320º 0.88% 0.52% -
HSV(B) 320º 0.9% 0.94% -
XYZ 43.33 22.01 39.01 -
YUV 105 163.56 224.29 -
System Red Green Blue C M Y K H S L
Decimal 240 24 168 0 0.9 0.3 0.06 320 0.88 0.52
Hex F0 18 A8 0 5A 1E 6 140 58 34
Octal 360 30 250 0 132 36 6 500 130 64
Binary 11110000 11000 10101000 0 1011010 11110 110 101000000 1011000 110100

Color Harmonies of #F018A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F018A8

Black with #F018A8

Text Example


Text Example

White with #F018A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F018A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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