#FA5C7E

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

Shades of Brink Pink #FA5C7E

Tints of Brink Pink #FA5C7E

Color information

#FA5C7E (or 0xFA5C7E) is unknown color: approx Brink Pink. HEX triplet: FA, 5C and 7E. RGB value is (250,92,126). Sum of RGB (Red+Green+Blue) = 250+92+126=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5C7E is #05A381. Grayscale: #8F8F8F. Windows color (decimal): -369538 or 8281338. OLE color: 8281338.

HSL color Cylindrical-coordinate representation of color #FA5C7E: hue angle of 347.09º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA5C7E is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB25092126-
CMYK00.630.500.02
HSL347.09º94.05%67.06%-
HSV(B)347.09º63.2%98.04%-
XYZ47.0229.4822.95-
YUV143.12118.35204.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.42%
GREEN value IS 92 (36.33% from 255) = 19.66%
BLUE value IS 126 (49.61% from 255) = 26.92%
R=53.42%
G=19.66%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509212600.630.500.02347.0994.0567.06
HexFA5C7E03F32215b5e43
Octal372134176077622533136103
Binary111110101011100111111001111111100101010101101110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5C7E; }

 p { color: rgb(250,92,126); }

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

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

 a { background-color: rgb(250,92,126); }

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

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

 span { border-color: rgb(250,92,126); }

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