#F9728A

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

Shades of Brink Pink #F9728A

Tints of Brink Pink #F9728A

Color information

#F9728A (or 0xF9728A) is unknown color: approx Brink Pink. HEX triplet: F9, 72 and 8A. RGB value is (249,114,138). Sum of RGB (Red+Green+Blue) = 249+114+138=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F9728A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9728A is #068D75. Grayscale: #9D9D9D. Windows color (decimal): -429430 or 9073401. OLE color: 9073401.

HSL color Cylindrical-coordinate representation of color #F9728A: hue angle of 349.33º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F9728A is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB249114138-
CMYK00.540.450.02
HSL349.33º91.84%71.18%-
HSV(B)349.33º54.22%97.65%-
XYZ49.6734.0127.99-
YUV157.1117.23193.55-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.70%
GREEN value IS 114 (44.92% from 255) = 22.75%
BLUE value IS 138 (54.30% from 255) = 27.54%
R=49.70%
G=22.75%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911413800.540.450.02349.3391.8471.18
HexF9728A0362D215d5c47
Octal371162212066552535134107
Binary1111100111100101000101001101101011011010101110110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9728A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9728A; }

 p { color: rgb(249,114,138); }

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

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

 a { background-color: rgb(249,114,138); }

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

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

 span { border-color: rgb(249,114,138); }

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