Html Css Color HEX #F45981 Brink Pink

📋 copy color: '#F45981'

red 244 ◦ green 89 ◦ blue 129

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

Shades of Brink Pink #F45981

Tints of Brink Pink #F45981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.92%

R = 52.81%
G = 19.26%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F45981 (or 0xF45981) is known color: Brink Pink. HEX triplet: F4, 59 and 81. RGB value is (244,89,129). Sum of RGB (Red+Green+Blue) = 244+89+129=462 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.81% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 244 - color contains mainly: red. Hex color #F45981 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45981 is #0BA67E. Grayscale: #8B8B8B. Windows color (decimal): -763519 or 8477172. OLE color: 8477172.

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

Color convert

RGB 244 89 129 -
CMYK 0 0.64 0.47 0.04
HSL 344.52º 0.88% 0.65% -
HSV(B) 344.52º 0.64% 0.96% -
XYZ 44.84 27.96 23.8 -
YUV 139.91 121.85 202.25 -
System Red Green Blue C M Y K H S L
Decimal 244 89 129 0 0.64 0.47 0.04 344.52 0.88 0.65
Hex F4 59 81 0 40 2F 4 159 58 41
Octal 364 131 201 0 100 57 4 531 130 101
Binary 11110100 1011001 10000001 0 1000000 101111 100 101011001 1011000 1000001

Color Harmonies of #F45981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45981

Black with #F45981

Text Example


Text Example

White with #F45981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45981; }

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

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

background-color css

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

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

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

border-color css

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

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

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