#FE6978

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

Shades of Brink Pink #FE6978

Tints of Brink Pink #FE6978

Color information

#FE6978 (or 0xFE6978) is unknown color: approx Brink Pink. HEX triplet: FE, 69 and 78. RGB value is (254,105,120). Sum of RGB (Red+Green+Blue) = 254+105+120=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6978 is #019687. Grayscale: #979797. Windows color (decimal): -104072 or 7891454. OLE color: 7891454.

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

Color convert

RGB254105120-
CMYK00.590.530.00
HSL353.96º98.68%70.39%-
HSV(B)353.96º58.66%99.61%-
XYZ49.3132.5321.45-
YUV151.26110.36201.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.03%
GREEN value IS 105 (41.41% from 255) = 21.92%
BLUE value IS 120 (47.27% from 255) = 25.05%
R=53.03%
G=21.92%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410512000.590.530.00353.9698.6870.39
HexFE697803B3501626346
Octal376151170073650542143106
Binary11111110110100111110000111011110101010110001011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6978; }

 p { color: rgb(254,105,120); }

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

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

 a { background-color: rgb(254,105,120); }

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

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

 span { border-color: rgb(254,105,120); }

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