Html Css Color HEX #F620AA Spicy Pink

📋 copy color: '#F620AA'

red 246 ◦ green 32 ◦ blue 170

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

Shades of Spicy Pink #F620AA

Tints of Spicy Pink #F620AA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.14%

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

R = 54.91%
G = 7.14%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F620AA (or 0xF620AA) is known color: Spicy Pink. HEX triplet: F6, 20 and AA. RGB value is (246,32,170). Sum of RGB (Red+Green+Blue) = 246+32+170=448 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.91% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 246 - color contains mainly: red. Hex color #F620AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F620AA is #09DF55. Grayscale: #6F6F6F. Windows color (decimal): -646998 or 11149558. OLE color: 11149558.

HSL color Cylindrical-coordinate representation of color #F620AA: hue angle of 321.31º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F620AA is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 32 170 -
CMYK 0 0.87 0.31 0.04
HSL 321.31º 0.92% 0.55% -
HSV(B) 321.31º 0.87% 0.96% -
XYZ 45.78 23.53 40.16 -
YUV 111.72 160.9 223.78 -
System Red Green Blue C M Y K H S L
Decimal 246 32 170 0 0.87 0.31 0.04 321.31 0.92 0.55
Hex F6 20 AA 0 57 1F 4 141 5C 37
Octal 366 40 252 0 127 37 4 501 134 67
Binary 11110110 100000 10101010 0 1010111 11111 100 101000001 1011100 110111

Color Harmonies of #F620AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F620AA

Black with #F620AA

Text Example


Text Example

White with #F620AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F620AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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