Html Css Color HEX #F45980 Brink Pink

📋 copy color: '#F45980'

red 244 ◦ green 89 ◦ blue 128

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

Shades of Brink Pink #F45980

Tints of Brink Pink #F45980

RGB

 RED value IS 244 (95.7% from 255) = 52.93%

 GREEN value IS 89 (35.16% from 255) = 19.31%

 BLUE value IS 128 (50.39% from 255) = 27.77%

R = 52.93%
G = 19.31%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F45980 (or 0xF45980) is known color: Brink Pink. HEX triplet: F4, 59 and 80. RGB value is (244,89,128). Sum of RGB (Red+Green+Blue) = 244+89+128=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F45980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45980 is #0BA67F. Grayscale: #8B8B8B. Windows color (decimal): -763520 or 8411636. OLE color: 8411636.

HSL color Cylindrical-coordinate representation of color #F45980: hue angle of 344.9º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F45980 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 89 128 -
CMYK 0 0.64 0.48 0.04
HSL 344.9º 0.88% 0.65% -
HSV(B) 344.9º 0.64% 0.96% -
XYZ 44.78 27.94 23.45 -
YUV 139.79 121.35 202.33 -
System Red Green Blue C M Y K H S L
Decimal 244 89 128 0 0.64 0.48 0.04 344.9 0.88 0.65
Hex F4 59 80 0 40 30 4 159 58 41
Octal 364 131 200 0 100 60 4 531 130 101
Binary 11110100 1011001 10000000 0 1000000 110000 100 101011001 1011000 1000001

Color Harmonies of #F45980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45980

Black with #F45980

Text Example


Text Example

White with #F45980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45980; }

 p { color: rgb(244,89,128); }

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

background-color css

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

 a { background-color: rgb(244,89,128); }

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

border-color css

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

 span { border-color: rgb(244,89,128); }

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