Html Css Color HEX #F45986 Brink Pink

📋 copy color: '#F45986'

red 244 ◦ green 89 ◦ blue 134

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

Shades of Brink Pink #F45986

Tints of Brink Pink #F45986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.69%

R = 52.25%
G = 19.06%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F45986 (or 0xF45986) is known color: Brink Pink. HEX triplet: F4, 59 and 86. RGB value is (244,89,134). Sum of RGB (Red+Green+Blue) = 244+89+134=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F45986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45986 is #0BA679. Grayscale: #8C8C8C. Windows color (decimal): -763514 or 8804852. OLE color: 8804852.

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

Color convert

RGB 244 89 134 -
CMYK 0 0.64 0.45 0.04
HSL 342.58º 0.88% 0.65% -
HSV(B) 342.58º 0.64% 0.96% -
XYZ 45.18 28.1 25.6 -
YUV 140.48 124.35 201.84 -
System Red Green Blue C M Y K H S L
Decimal 244 89 134 0 0.64 0.45 0.04 342.58 0.88 0.65
Hex F4 59 86 0 40 2D 4 157 58 41
Octal 364 131 206 0 100 55 4 527 130 101
Binary 11110100 1011001 10000110 0 1000000 101101 100 101010111 1011000 1000001

Color Harmonies of #F45986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45986

Black with #F45986

Text Example


Text Example

White with #F45986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45986; }

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

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

background-color css

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

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

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

border-color css

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

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

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