Html Css Color HEX #F514AF Spicy Pink

📋 copy color: '#F514AF'

red 245 ◦ green 20 ◦ blue 175

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

Shades of Spicy Pink #F514AF

Tints of Spicy Pink #F514AF

RGB

 RED value IS 245 (96.09% from 255) = 55.68%

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

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

R = 55.68%
G = 4.55%
B = 39.77%

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

#F514AF (or 0xF514AF) is known color: Spicy Pink. HEX triplet: F5, 14 and AF. RGB value is (245,20,175). Sum of RGB (Red+Green+Blue) = 245+20+175=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 20 (8.20% from 255 or 4.55% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F514AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F514AF is #0AEB50. Grayscale: #686868. Windows color (decimal): -715601 or 11474165. OLE color: 11474165.

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

Color convert

RGB 245 20 175 -
CMYK 0 0.92 0.29 0.04
HSL 318.67º 0.92% 0.52% -
HSV(B) 318.67º 0.92% 0.96% -
XYZ 45.64 23.01 42.59 -
YUV 104.95 167.54 227.9 -
System Red Green Blue C M Y K H S L
Decimal 245 20 175 0 0.92 0.29 0.04 318.67 0.92 0.52
Hex F5 14 AF 0 5C 1D 4 13F 5C 34
Octal 365 24 257 0 134 35 4 477 134 64
Binary 11110101 10100 10101111 0 1011100 11101 100 100111111 1011100 110100

Color Harmonies of #F514AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F514AF

Black with #F514AF

Text Example


Text Example

White with #F514AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F514AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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