Html Css Color HEX #F614AF Spicy Pink

📋 copy color: '#F614AF'

red 246 ◦ green 20 ◦ blue 175

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

Shades of Spicy Pink #F614AF

Tints of Spicy Pink #F614AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.68%

R = 55.78%
G = 4.54%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F614AF (or 0xF614AF) is known color: Spicy Pink. HEX triplet: F6, 14 and AF. RGB value is (246,20,175). Sum of RGB (Red+Green+Blue) = 246+20+175=441 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.78% from 441); Green value is 20 (8.20% from 255 or 4.54% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 246 - color contains mainly: red. Hex color #F614AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F614AF is #09EB50. Grayscale: #686868. Windows color (decimal): -650065 or 11474166. OLE color: 11474166.

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

Color convert

RGB 246 20 175 -
CMYK 0 0.92 0.29 0.04
HSL 318.85º 0.93% 0.52% -
HSV(B) 318.85º 0.92% 0.96% -
XYZ 45.99 23.19 42.61 -
YUV 105.24 167.37 228.4 -
System Red Green Blue C M Y K H S L
Decimal 246 20 175 0 0.92 0.29 0.04 318.85 0.93 0.52
Hex F6 14 AF 0 5C 1D 4 13F 5D 34
Octal 366 24 257 0 134 35 4 477 135 64
Binary 11110110 10100 10101111 0 1011100 11101 100 100111111 1011101 110100

Color Harmonies of #F614AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F614AF

Black with #F614AF

Text Example


Text Example

White with #F614AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F614AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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