Html Css Color HEX #F561AA Hot Pink

📋 copy color: '#F561AA'

red 245 ◦ green 97 ◦ blue 170

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

Shades of Hot Pink #F561AA

Tints of Hot Pink #F561AA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.95%

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

R = 47.85%
G = 18.95%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F561AA (or 0xF561AA) is known color: Hot Pink. HEX triplet: F5, 61 and AA. RGB value is (245,97,170). Sum of RGB (Red+Green+Blue) = 245+97+170=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F561AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F561AA is #0A9E55. Grayscale: #959595. Windows color (decimal): -695894 or 11166197. OLE color: 11166197.

HSL color Cylindrical-coordinate representation of color #F561AA: hue angle of 330.41º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F561AA is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 97 170 -
CMYK 0 0.60 0.31 0.04
HSL 330.41º 0.88% 0.67% -
HSV(B) 330.41º 0.6% 0.96% -
XYZ 49.19 30.86 41.4 -
YUV 149.57 139.53 196.06 -
System Red Green Blue C M Y K H S L
Decimal 245 97 170 0 0.60 0.31 0.04 330.41 0.88 0.67
Hex F5 61 AA 0 3C 1F 4 14A 58 43
Octal 365 141 252 0 74 37 4 512 130 103
Binary 11110101 1100001 10101010 0 111100 11111 100 101001010 1011000 1000011

Color Harmonies of #F561AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F561AA

Black with #F561AA

Text Example


Text Example

White with #F561AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F561AA; }

 p { color: rgb(245,97,170); }

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

background-color css

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

 a { background-color: rgb(245,97,170); }

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

border-color css

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

 span { border-color: rgb(245,97,170); }

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