Html Css Color HEX #F013AF Spicy Pink

📋 copy color: '#F013AF'

red 240 ◦ green 19 ◦ blue 175

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

Shades of Spicy Pink #F013AF

Tints of Spicy Pink #F013AF

RGB

 RED value IS 240 (94.14% from 255) = 55.3%

 GREEN value IS 19 (7.81% from 255) = 4.38%

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

R = 55.3%
G = 4.38%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F013AF (or 0xF013AF) is known color: Spicy Pink. HEX triplet: F0, 13 and AF. RGB value is (240,19,175). Sum of RGB (Red+Green+Blue) = 240+19+175=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F013AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F013AF is #0FEC50. Grayscale: #666666. Windows color (decimal): -1043537 or 11473904. OLE color: 11473904.

HSL color Cylindrical-coordinate representation of color #F013AF: hue angle of 317.65º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F013AF is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 19 175 -
CMYK 0 0.92 0.27 0.06
HSL 317.65º 0.88% 0.51% -
HSV(B) 317.65º 0.92% 0.94% -
XYZ 43.91 22.09 42.51 -
YUV 102.86 168.72 225.82 -
System Red Green Blue C M Y K H S L
Decimal 240 19 175 0 0.92 0.27 0.06 317.65 0.88 0.51
Hex F0 13 AF 0 5C 1B 6 13E 58 33
Octal 360 23 257 0 134 33 6 476 130 63
Binary 11110000 10011 10101111 0 1011100 11011 110 100111110 1011000 110011

Color Harmonies of #F013AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F013AF

Black with #F013AF

Text Example


Text Example

White with #F013AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F013AF; }

 p { color: rgb(240,19,175); }

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

background-color css

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

 a { background-color: rgb(240,19,175); }

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

border-color css

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

 span { border-color: rgb(240,19,175); }

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