Html Css Color HEX #F614AC Spicy Pink

📋 copy color: '#F614AC'

red 246 ◦ green 20 ◦ blue 172

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

Shades of Spicy Pink #F614AC

Tints of Spicy Pink #F614AC

RGB

 RED value IS 246 (96.48% from 255) = 56.16%

 GREEN value IS 20 (8.2% from 255) = 4.57%

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

R = 56.16%
G = 4.57%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F614AC (or 0xF614AC) is known color: Spicy Pink. HEX triplet: F6, 14 and AC. RGB value is (246,20,172). Sum of RGB (Red+Green+Blue) = 246+20+172=438 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.16% from 438); Green value is 20 (8.20% from 255 or 4.57% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 246 - color contains mainly: red. Hex color #F614AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F614AC is #09EB53. Grayscale: #686868. Windows color (decimal): -650068 or 11277558. OLE color: 11277558.

HSL color Cylindrical-coordinate representation of color #F614AC: hue angle of 319.65º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F614AC is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 20 172 -
CMYK 0 0.92 0.30 0.04
HSL 319.65º 0.93% 0.52% -
HSV(B) 319.65º 0.92% 0.96% -
XYZ 45.7 23.07 41.07 -
YUV 104.9 165.87 228.64 -
System Red Green Blue C M Y K H S L
Decimal 246 20 172 0 0.92 0.30 0.04 319.65 0.93 0.52
Hex F6 14 AC 0 5C 1E 4 140 5D 34
Octal 366 24 254 0 134 36 4 500 135 64
Binary 11110110 10100 10101100 0 1011100 11110 100 101000000 1011101 110100

Color Harmonies of #F614AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F614AC

Black with #F614AC

Text Example


Text Example

White with #F614AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F614AC; }

 p { color: rgb(246,20,172); }

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

background-color css

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

 a { background-color: rgb(246,20,172); }

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

border-color css

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

 span { border-color: rgb(246,20,172); }

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