#FA6F83

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

Shades of Brink Pink #FA6F83

Tints of Brink Pink #FA6F83

Color information

#FA6F83 (or 0xFA6F83) is unknown color: approx Brink Pink. HEX triplet: FA, 6F and 83. RGB value is (250,111,131). Sum of RGB (Red+Green+Blue) = 250+111+131=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6F83 is #05907C. Grayscale: #9A9A9A. Windows color (decimal): -364669 or 8613882. OLE color: 8613882.

HSL color Cylindrical-coordinate representation of color #FA6F83: hue angle of 351.37º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6F83 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB250111131-
CMYK00.560.480.02
HSL351.37º93.29%70.78%-
HSV(B)351.37º55.6%98.04%-
XYZ49.2133.3325.31-
YUV154.84114.55195.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.81%
GREEN value IS 111 (43.75% from 255) = 22.56%
BLUE value IS 131 (51.56% from 255) = 26.63%
R=50.81%
G=22.56%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011113100.560.480.02351.3793.2970.78
HexFA6F8303830215f5d47
Octal372157203070602537135107
Binary1111101011011111000001101110001100001010101111110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6F83; }

 p { color: rgb(250,111,131); }

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

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

 a { background-color: rgb(250,111,131); }

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

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

 span { border-color: rgb(250,111,131); }

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