Html Css Color HEX #F613AA Spicy Pink

📋 copy color: '#F613AA'

red 246 ◦ green 19 ◦ blue 170

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

Shades of Spicy Pink #F613AA

Tints of Spicy Pink #F613AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.08%

R = 56.55%
G = 4.37%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F613AA (or 0xF613AA) is known color: Spicy Pink. HEX triplet: F6, 13 and AA. RGB value is (246,19,170). Sum of RGB (Red+Green+Blue) = 246+19+170=435 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.55% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 246 - color contains mainly: red. Hex color #F613AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F613AA is #09EC55. Grayscale: #676767. Windows color (decimal): -650326 or 11146230. OLE color: 11146230.

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

Color convert

RGB 246 19 170 -
CMYK 0 0.92 0.31 0.04
HSL 320.09º 0.93% 0.52% -
HSV(B) 320.09º 0.92% 0.96% -
XYZ 45.49 22.96 40.06 -
YUV 104.09 165.21 229.22 -
System Red Green Blue C M Y K H S L
Decimal 246 19 170 0 0.92 0.31 0.04 320.09 0.93 0.52
Hex F6 13 AA 0 5C 1F 4 140 5D 34
Octal 366 23 252 0 134 37 4 500 135 64
Binary 11110110 10011 10101010 0 1011100 11111 100 101000000 1011101 110100

Color Harmonies of #F613AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F613AA

Black with #F613AA

Text Example


Text Example

White with #F613AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F613AA; }

 p { color: rgb(246,19,170); }

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

background-color css

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

 a { background-color: rgb(246,19,170); }

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

border-color css

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

 span { border-color: rgb(246,19,170); }

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