Html Css Color HEX #FA6883 Brink Pink

📋 copy color: '#FA6883'

red 250 ◦ green 104 ◦ blue 131

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

Shades of Brink Pink #FA6883

Tints of Brink Pink #FA6883

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.44%

 BLUE value IS 131 (51.56% from 255) = 27.01%

R = 51.55%
G = 21.44%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA6883 (or 0xFA6883) is known color: Brink Pink. HEX triplet: FA, 68 and 83. RGB value is (250,104,131). Sum of RGB (Red+Green+Blue) = 250+104+131=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6883 is #05977C. Grayscale: #969696. Windows color (decimal): -366461 or 8612090. OLE color: 8612090.

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

Color convert

RGB 250 104 131 -
CMYK 0 0.58 0.48 0.02
HSL 348.9º 0.94% 0.69% -
HSV(B) 348.9º 0.58% 0.98% -
XYZ 48.47 31.86 25.07 -
YUV 150.73 116.87 198.8 -
System Red Green Blue C M Y K H S L
Decimal 250 104 131 0 0.58 0.48 0.02 348.9 0.94 0.69
Hex FA 68 83 0 3A 30 2 15D 5E 45
Octal 372 150 203 0 72 60 2 535 136 105
Binary 11111010 1101000 10000011 0 111010 110000 10 101011101 1011110 1000101

Color Harmonies of #FA6883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6883

Black with #FA6883

Text Example


Text Example

White with #FA6883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6883; }

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

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

background-color css

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

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

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

border-color css

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

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

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