Html Css Color HEX #F561B0 Hot Pink

📋 copy color: '#F561B0'

red 245 ◦ green 97 ◦ blue 176

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

Shades of Hot Pink #F561B0

Tints of Hot Pink #F561B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.98%

R = 47.3%
G = 18.73%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F561B0 (or 0xF561B0) is known color: Hot Pink. HEX triplet: F5, 61 and B0. RGB value is (245,97,176). Sum of RGB (Red+Green+Blue) = 245+97+176=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F561B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F561B0 is #0A9E4F. Grayscale: #969696. Windows color (decimal): -695888 or 11559413. OLE color: 11559413.

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

Color convert

RGB 245 97 176 -
CMYK 0 0.60 0.28 0.04
HSL 327.97º 0.88% 0.67% -
HSV(B) 327.97º 0.6% 0.96% -
XYZ 49.77 31.1 44.45 -
YUV 150.26 142.53 195.58 -
System Red Green Blue C M Y K H S L
Decimal 245 97 176 0 0.60 0.28 0.04 327.97 0.88 0.67
Hex F5 61 B0 0 3C 1C 4 148 58 43
Octal 365 141 260 0 74 34 4 510 130 103
Binary 11110101 1100001 10110000 0 111100 11100 100 101001000 1011000 1000011

Color Harmonies of #F561B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F561B0

Black with #F561B0

Text Example


Text Example

White with #F561B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F561B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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