Html Css Color HEX #F614AB Spicy Pink

📋 copy color: '#F614AB'

red 246 ◦ green 20 ◦ blue 171

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

Shades of Spicy Pink #F614AB

Tints of Spicy Pink #F614AB

RGB

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

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

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

R = 56.29%
G = 4.58%
B = 39.13%

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

#F614AB (or 0xF614AB) is known color: Spicy Pink. HEX triplet: F6, 14 and AB. RGB value is (246,20,171). Sum of RGB (Red+Green+Blue) = 246+20+171=437 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.29% from 437); Green value is 20 (8.20% from 255 or 4.58% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 246 - color contains mainly: red. Hex color #F614AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F614AB is #09EB54. Grayscale: #686868. Windows color (decimal): -650069 or 11212022. OLE color: 11212022.

HSL color Cylindrical-coordinate representation of color #F614AB: hue angle of 319.91º 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 #F614AB is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 20 171 -
CMYK 0 0.92 0.30 0.04
HSL 319.91º 0.93% 0.52% -
HSV(B) 319.91º 0.92% 0.96% -
XYZ 45.61 23.03 40.57 -
YUV 104.79 165.37 228.72 -
System Red Green Blue C M Y K H S L
Decimal 246 20 171 0 0.92 0.30 0.04 319.91 0.93 0.52
Hex F6 14 AB 0 5C 1E 4 140 5D 34
Octal 366 24 253 0 134 36 4 500 135 64
Binary 11110110 10100 10101011 0 1011100 11110 100 101000000 1011101 110100

Color Harmonies of #F614AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F614AB

Black with #F614AB

Text Example


Text Example

White with #F614AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F614AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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