Html Css Color HEX #FA7887 Brink Pink

📋 copy color: '#FA7887'

red 250 ◦ green 120 ◦ blue 135

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

Shades of Brink Pink #FA7887

Tints of Brink Pink #FA7887

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.76%

 BLUE value IS 135 (53.13% from 255) = 26.73%

R = 49.5%
G = 23.76%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA7887 (or 0xFA7887) is known color: Brink Pink. HEX triplet: FA, 78 and 87. RGB value is (250,120,135). Sum of RGB (Red+Green+Blue) = 250+120+135=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7887 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7887 is #058778. Grayscale: #A0A0A0. Windows color (decimal): -362361 or 8878330. OLE color: 8878330.

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

Color convert

RGB 250 120 135 -
CMYK 0 0.52 0.46 0.02
HSL 353.08º 0.93% 0.73% -
HSV(B) 353.08º 0.52% 0.98% -
XYZ 50.51 35.51 27.11 -
YUV 160.58 113.57 191.78 -
System Red Green Blue C M Y K H S L
Decimal 250 120 135 0 0.52 0.46 0.02 353.08 0.93 0.73
Hex FA 78 87 0 34 2E 2 161 5D 49
Octal 372 170 207 0 64 56 2 541 135 111
Binary 11111010 1111000 10000111 0 110100 101110 10 101100001 1011101 1001001

Color Harmonies of #FA7887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7887

Black with #FA7887

Text Example


Text Example

White with #FA7887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7887; }

 p { color: rgb(250,120,135); }

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

background-color css

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

 a { background-color: rgb(250,120,135); }

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

border-color css

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

 span { border-color: rgb(250,120,135); }

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