#FA6D92

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

Shades of Brink Pink #FA6D92

Tints of Brink Pink #FA6D92

Color information

#FA6D92 (or 0xFA6D92) is unknown color: approx Brink Pink. HEX triplet: FA, 6D and 92. RGB value is (250,109,146). Sum of RGB (Red+Green+Blue) = 250+109+146=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6D92 is #05926D. Grayscale: #9B9B9B. Windows color (decimal): -365166 or 9596410. OLE color: 9596410.

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

Color convert

RGB250109146-
CMYK00.560.420.02
HSL344.26º93.38%70.39%-
HSV(B)344.26º56.4%98.04%-
XYZ50.0833.3430.99-
YUV155.38122.71195.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.50%
GREEN value IS 109 (42.97% from 255) = 21.58%
BLUE value IS 146 (57.42% from 255) = 28.91%
R=49.50%
G=21.58%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010914600.560.420.02344.2693.3870.39
HexFA6D920382A21585d46
Octal372155222070522530135106
Binary1111101011011011001001001110001010101010101100010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6D92; }

 p { color: rgb(250,109,146); }

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

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

 a { background-color: rgb(250,109,146); }

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

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

 span { border-color: rgb(250,109,146); }

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