Html Css Color HEX #FA6081 Brink Pink

📋 copy color: '#FA6081'

red 250 ◦ green 96 ◦ blue 129

#FA6081
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brink Pink #FA6081

Tints of Brink Pink #FA6081

RGB

 RED value IS 250 (98.05% from 255) = 52.63%

 GREEN value IS 96 (37.89% from 255) = 20.21%

 BLUE value IS 129 (50.78% from 255) = 27.16%

R = 52.63%
G = 20.21%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA6081 (or 0xFA6081) is known color: Brink Pink. HEX triplet: FA, 60 and 81. RGB value is (250,96,129). Sum of RGB (Red+Green+Blue) = 250+96+129=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6081 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6081 is #059F7E. Grayscale: #919191. Windows color (decimal): -368511 or 8478970. OLE color: 8478970.

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

Color convert

RGB 250 96 129 -
CMYK 0 0.62 0.48 0.02
HSL 347.14º 0.94% 0.68% -
HSV(B) 347.14º 0.62% 0.98% -
XYZ 47.57 30.27 24.11 -
YUV 145.81 118.52 202.32 -
System Red Green Blue C M Y K H S L
Decimal 250 96 129 0 0.62 0.48 0.02 347.14 0.94 0.68
Hex FA 60 81 0 3E 30 2 15B 5E 44
Octal 372 140 201 0 76 60 2 533 136 104
Binary 11111010 1100000 10000001 0 111110 110000 10 101011011 1011110 1000100

Color Harmonies of #FA6081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6081

Black with #FA6081

Text Example


Text Example

White with #FA6081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6081; }

 p { color: rgb(250,96,129); }

 H1.HeaderClassName
 {
   color: #FA6081;
 }
 .AnyTagClassName
 {
   color: #FA6081;
 }
</style>

background-color css

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

 a { background-color: rgb(250,96,129); }

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

border-color css

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

 span { border-color: rgb(250,96,129); }

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