Html Css Color HEX #F47080 Brink Pink

📋 copy color: '#F47080'

red 244 ◦ green 112 ◦ blue 128

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

Shades of Brink Pink #F47080

Tints of Brink Pink #F47080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.45%

R = 50.41%
G = 23.14%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F47080 (or 0xF47080) is known color: Brink Pink. HEX triplet: F4, 70 and 80. RGB value is (244,112,128). Sum of RGB (Red+Green+Blue) = 244+112+128=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F47080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47080 is #0B8F7F. Grayscale: #999999. Windows color (decimal): -757632 or 8417524. OLE color: 8417524.

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

Color convert

RGB 244 112 128 -
CMYK 0 0.54 0.48 0.04
HSL 352.73º 0.86% 0.7% -
HSV(B) 352.73º 0.54% 0.96% -
XYZ 47 32.38 24.19 -
YUV 153.29 113.73 192.7 -
System Red Green Blue C M Y K H S L
Decimal 244 112 128 0 0.54 0.48 0.04 352.73 0.86 0.7
Hex F4 70 80 0 36 30 4 161 56 46
Octal 364 160 200 0 66 60 4 541 126 106
Binary 11110100 1110000 10000000 0 110110 110000 100 101100001 1010110 1000110

Color Harmonies of #F47080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47080

Black with #F47080

Text Example


Text Example

White with #F47080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47080; }

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

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

background-color css

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

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

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

border-color css

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

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

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