Html Css Color HEX #F57181 Brink Pink

📋 copy color: '#F57181'

red 245 ◦ green 113 ◦ blue 129

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

Shades of Brink Pink #F57181

Tints of Brink Pink #F57181

RGB

 RED value IS 245 (96.09% from 255) = 50.31%

 GREEN value IS 113 (44.53% from 255) = 23.2%

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

R = 50.31%
G = 23.2%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F57181 (or 0xF57181) is known color: Brink Pink. HEX triplet: F5, 71 and 81. RGB value is (245,113,129). Sum of RGB (Red+Green+Blue) = 245+113+129=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F57181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57181 is #0A8E7E. Grayscale: #9A9A9A. Windows color (decimal): -691839 or 8483317. OLE color: 8483317.

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

Color convert

RGB 245 113 129 -
CMYK 0 0.54 0.47 0.04
HSL 352.73º 0.87% 0.7% -
HSV(B) 352.73º 0.54% 0.96% -
XYZ 47.52 32.81 24.6 -
YUV 154.29 113.73 192.7 -
System Red Green Blue C M Y K H S L
Decimal 245 113 129 0 0.54 0.47 0.04 352.73 0.87 0.7
Hex F5 71 81 0 36 2F 4 161 57 46
Octal 365 161 201 0 66 57 4 541 127 106
Binary 11110101 1110001 10000001 0 110110 101111 100 101100001 1010111 1000110

Color Harmonies of #F57181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57181

Black with #F57181

Text Example


Text Example

White with #F57181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57181; }

 p { color: rgb(245,113,129); }

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

background-color css

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

 a { background-color: rgb(245,113,129); }

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

border-color css

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

 span { border-color: rgb(245,113,129); }

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