#f47282

Color #F47282 Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #F47282

Tints of Brink Pink #F47282

Color information

#F47282 (or 0xF47282) is unknown color: approx Brink Pink. HEX triplet: F4, 72 and 82. RGB value is (244,114,130). Sum of RGB (Red+Green+Blue) = 244+114+130=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F47282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47282 is #0B8D7D. Grayscale: #9A9A9A. Windows color (decimal): -757118 or 8549108. OLE color: 8549108.

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

Color convert

RGB244114130-
CMYK00.530.470.04
HSL352.62º85.53%70.2%-
HSV(B)352.62º53.28%95.69%-
XYZ47.3532.8824.97-
YUV154.69114.07191.7-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50%
GREEN value IS 114 (44.92% from 255) = 23.36%
BLUE value IS 130 (51.17% from 255) = 26.64%
R=50%
G=23.36%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411413000.530.470.04352.6285.5370.2
HexF472820352F41615646
Octal364162202065574541126106
Binary11110100111001010000010011010110111110010110000110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f47282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f47282; }

 p { color: rgb(244,114,130); }

 H1.HeaderClassName
 {
   color: #f47282;
 }
 .AnyTagClassName
 {
   color: #f47282;
 }
</style>
background-color css

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

 a { background-color: rgb(244,114,130); }

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

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

 span { border-color: rgb(244,114,130); }

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