Html Css Color HEX #F47081 Brink Pink

📋 copy color: '#F47081'

red 244 ◦ green 112 ◦ blue 129

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

Shades of Brink Pink #F47081

Tints of Brink Pink #F47081

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.09%

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

R = 50.31%
G = 23.09%
B = 26.6%

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

#F47081 (or 0xF47081) is known color: Brink Pink. HEX triplet: F4, 70 and 81. RGB value is (244,112,129). Sum of RGB (Red+Green+Blue) = 244+112+129=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F47081 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47081 is #0B8F7E. Grayscale: #999999. Windows color (decimal): -757631 or 8483060. OLE color: 8483060.

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

Color convert

RGB 244 112 129 -
CMYK 0 0.54 0.47 0.04
HSL 352.27º 0.86% 0.7% -
HSV(B) 352.27º 0.54% 0.96% -
XYZ 47.06 32.41 24.54 -
YUV 153.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 244 112 129 0 0.54 0.47 0.04 352.27 0.86 0.7
Hex F4 70 81 0 36 2F 4 160 56 46
Octal 364 160 201 0 66 57 4 540 126 106
Binary 11110100 1110000 10000001 0 110110 101111 100 101100000 1010110 1000110

Color Harmonies of #F47081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47081

Black with #F47081

Text Example


Text Example

White with #F47081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47081; }

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

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

background-color css

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

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

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

border-color css

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

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

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