Html Css Color HEX #F918AC Spicy Pink

📋 copy color: '#F918AC'

red 249 ◦ green 24 ◦ blue 172

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

Shades of Spicy Pink #F918AC

Tints of Spicy Pink #F918AC

RGB

 RED value IS 249 (97.66% from 255) = 55.96%

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

 BLUE value IS 172 (67.58% from 255) = 38.65%

R = 55.96%
G = 5.39%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F918AC (or 0xF918AC) is known color: Spicy Pink. HEX triplet: F9, 18 and AC. RGB value is (249,24,172). Sum of RGB (Red+Green+Blue) = 249+24+172=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 24 (9.77% from 255 or 5.39% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F918AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F918AC is #06E753. Grayscale: #6B6B6B. Windows color (decimal): -452436 or 11278585. OLE color: 11278585.

HSL color Cylindrical-coordinate representation of color #F918AC: hue angle of 320.53º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F918AC is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 24 172 -
CMYK 0 0.90 0.31 0.02
HSL 320.53º 0.95% 0.54% -
HSV(B) 320.53º 0.9% 0.98% -
XYZ 46.84 23.77 41.15 -
YUV 108.15 164.04 228.47 -
System Red Green Blue C M Y K H S L
Decimal 249 24 172 0 0.90 0.31 0.02 320.53 0.95 0.54
Hex F9 18 AC 0 5A 1F 2 141 5F 36
Octal 371 30 254 0 132 37 2 501 137 66
Binary 11111001 11000 10101100 0 1011010 11111 10 101000001 1011111 110110

Color Harmonies of #F918AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F918AC

Black with #F918AC

Text Example


Text Example

White with #F918AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F918AC; }

 p { color: rgb(249,24,172); }

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

background-color css

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

 a { background-color: rgb(249,24,172); }

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

border-color css

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

 span { border-color: rgb(249,24,172); }

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