Html Css Color HEX #F45D86 Brink Pink

📋 copy color: '#F45D86'

red 244 ◦ green 93 ◦ blue 134

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

Shades of Brink Pink #F45D86

Tints of Brink Pink #F45D86

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.75%

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

R = 51.8%
G = 19.75%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F45D86 (or 0xF45D86) is known color: Brink Pink. HEX triplet: F4, 5D and 86. RGB value is (244,93,134). Sum of RGB (Red+Green+Blue) = 244+93+134=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45D86 is #0BA279. Grayscale: #8E8E8E. Windows color (decimal): -762490 or 8805876. OLE color: 8805876.

HSL color Cylindrical-coordinate representation of color #F45D86: hue angle of 343.71º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F45D86 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 93 134 -
CMYK 0 0.62 0.45 0.04
HSL 343.71º 0.87% 0.66% -
HSV(B) 343.71º 0.62% 0.96% -
XYZ 45.53 28.78 25.71 -
YUV 142.82 123.03 200.17 -
System Red Green Blue C M Y K H S L
Decimal 244 93 134 0 0.62 0.45 0.04 343.71 0.87 0.66
Hex F4 5D 86 0 3E 2D 4 158 57 42
Octal 364 135 206 0 76 55 4 530 127 102
Binary 11110100 1011101 10000110 0 111110 101101 100 101011000 1010111 1000010

Color Harmonies of #F45D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45D86

Black with #F45D86

Text Example


Text Example

White with #F45D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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