Html Css Color HEX #FA6080 Brink Pink

📋 copy color: '#FA6080'

red 250 ◦ green 96 ◦ blue 128

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

Shades of Brink Pink #FA6080

Tints of Brink Pink #FA6080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27%

R = 52.74%
G = 20.25%
B = 27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA6080 (or 0xFA6080) is known color: Brink Pink. HEX triplet: FA, 60 and 80. RGB value is (250,96,128). Sum of RGB (Red+Green+Blue) = 250+96+128=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6080 is #059F7F. Grayscale: #919191. Windows color (decimal): -368512 or 8413434. OLE color: 8413434.

HSL color Cylindrical-coordinate representation of color #FA6080: hue angle of 347.53º 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 #FA6080 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 96 128 -
CMYK 0 0.62 0.49 0.02
HSL 347.53º 0.94% 0.68% -
HSV(B) 347.53º 0.62% 0.98% -
XYZ 47.5 30.25 23.76 -
YUV 145.69 118.02 202.4 -
System Red Green Blue C M Y K H S L
Decimal 250 96 128 0 0.62 0.49 0.02 347.53 0.94 0.68
Hex FA 60 80 0 3E 31 2 15C 5E 44
Octal 372 140 200 0 76 61 2 534 136 104
Binary 11111010 1100000 10000000 0 111110 110001 10 101011100 1011110 1000100

Color Harmonies of #FA6080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6080

Black with #FA6080

Text Example


Text Example

White with #FA6080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6080; }

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

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

background-color css

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

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

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

border-color css

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

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

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