#F97280

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

Shades of Brink Pink #F97280

Tints of Brink Pink #F97280

Color information

#F97280 (or 0xF97280) is unknown color: approx Brink Pink. HEX triplet: F9, 72 and 80. RGB value is (249,114,128). Sum of RGB (Red+Green+Blue) = 249+114+128=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F97280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97280 is #068D7F. Grayscale: #9C9C9C. Windows color (decimal): -429440 or 8418041. OLE color: 8418041.

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

Color convert

RGB249114128-
CMYK00.540.490.02
HSL353.78º91.84%71.18%-
HSV(B)353.78º54.22%97.65%-
XYZ48.9833.7324.35-
YUV155.96112.23194.36-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.71%
GREEN value IS 114 (44.92% from 255) = 23.22%
BLUE value IS 128 (50.39% from 255) = 26.07%
R=50.71%
G=23.22%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911412800.540.490.02353.7891.8471.18
HexF972800363121625c47
Octal371162200066612542134107
Binary1111100111100101000000001101101100011010110001010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97280; }

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

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

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

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

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

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

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

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