Html Css Color HEX #F45D81 Brink Pink

📋 copy color: '#F45D81'

red 244 ◦ green 93 ◦ blue 129

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

Shades of Brink Pink #F45D81

Tints of Brink Pink #F45D81

RGB

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

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

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

R = 52.36%
G = 19.96%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F45D81 (or 0xF45D81) is known color: Brink Pink. HEX triplet: F4, 5D and 81. RGB value is (244,93,129). Sum of RGB (Red+Green+Blue) = 244+93+129=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45D81 is #0BA27E. Grayscale: #8E8E8E. Windows color (decimal): -762495 or 8478196. OLE color: 8478196.

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

Color convert

RGB 244 93 129 -
CMYK 0 0.62 0.47 0.04
HSL 345.7º 0.87% 0.66% -
HSV(B) 345.7º 0.62% 0.96% -
XYZ 45.19 28.65 23.92 -
YUV 142.25 120.53 200.57 -
System Red Green Blue C M Y K H S L
Decimal 244 93 129 0 0.62 0.47 0.04 345.7 0.87 0.66
Hex F4 5D 81 0 3E 2F 4 15A 57 42
Octal 364 135 201 0 76 57 4 532 127 102
Binary 11110100 1011101 10000001 0 111110 101111 100 101011010 1010111 1000010

Color Harmonies of #F45D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45D81

Black with #F45D81

Text Example


Text Example

White with #F45D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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