#fe6b7a

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

Shades of Brink Pink #FE6B7A

Tints of Brink Pink #FE6B7A

Color information

#FE6B7A (or 0xFE6B7A) is unknown color: approx Brink Pink. HEX triplet: FE, 6B and 7A. RGB value is (254,107,122). Sum of RGB (Red+Green+Blue) = 254+107+122=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6B7A is #019485. Grayscale: #989898. Windows color (decimal): -103558 or 8023038. OLE color: 8023038.

HSL color Cylindrical-coordinate representation of color #FE6B7A: hue angle of 353.88º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6B7A is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB254107122-
CMYK00.580.520.00
HSL353.88º98.66%70.78%-
HSV(B)353.88º57.87%99.61%-
XYZ49.6432.9922.16-
YUV152.66110.7200.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.59%
GREEN value IS 107 (42.19% from 255) = 22.15%
BLUE value IS 122 (48.05% from 255) = 25.26%
R=52.59%
G=22.15%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410712200.580.520.00353.8898.6670.78
HexFE6B7A03A3401626347
Octal376153172072640542143107
Binary11111110110101111110100111010110100010110001011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe6b7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe6b7a; }

 p { color: rgb(254,107,122); }

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

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

 a { background-color: rgb(254,107,122); }

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

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

 span { border-color: rgb(254,107,122); }

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