#FF7478

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

Shades of Brink Pink #FF7478

Tints of Brink Pink #FF7478

Color information

#FF7478 (or 0xFF7478) is unknown color: approx Brink Pink. HEX triplet: FF, 74 and 78. RGB value is (255,116,120). Sum of RGB (Red+Green+Blue) = 255+116+120=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7478 is #008B87. Grayscale: #9E9E9E. Windows color (decimal): -35720 or 7894271. OLE color: 7894271.

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

Color convert

RGB255116120-
CMYK00.550.530
HSL358.27º100%72.75%-
HSV(B)358.27º54.51%100%-
XYZ50.8835.1121.86-
YUV158.02106.55197.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.93%
GREEN value IS 116 (45.70% from 255) = 23.63%
BLUE value IS 120 (47.27% from 255) = 24.44%
R=51.93%
G=23.63%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511612000.550.530358.2710072.75
HexFF74780373501666449
Octal377164170067650546144111
Binary11111111111010011110000110111110101010110011011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7478; }

 p { color: rgb(255,116,120); }

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

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

 a { background-color: rgb(255,116,120); }

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

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

 span { border-color: rgb(255,116,120); }

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