Html Css Color HEX #FF7988 Brink Pink

📋 copy color: '#FF7988'

red 255 ◦ green 121 ◦ blue 136

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

Shades of Brink Pink #FF7988

Tints of Brink Pink #FF7988

RGB

 RED value IS 255 (100% from 255) = 49.8%

 GREEN value IS 121 (47.66% from 255) = 23.63%

 BLUE value IS 136 (53.52% from 255) = 26.56%

R = 49.8%
G = 23.63%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF7988 (or 0xFF7988) is known color: Brink Pink. HEX triplet: FF, 79 and 88. RGB value is (255,121,136). Sum of RGB (Red+Green+Blue) = 255+121+136=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7988 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7988 is #008677. Grayscale: #A2A2A2. Windows color (decimal): -34424 or 8944127. OLE color: 8944127.

HSL color Cylindrical-coordinate representation of color #FF7988: hue angle of 353.28º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF7988 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB 255 121 136 -
CMYK 0 0.53 0.47 0
HSL 353.28º 1% 0.74% -
HSV(B) 353.28º 0.53% 1% -
XYZ 52.52 36.71 27.61 -
YUV 162.78 112.89 193.78 -
System Red Green Blue C M Y K H S L
Decimal 255 121 136 0 0.53 0.47 0 353.28 1 0.74
Hex FF 79 88 0 35 2F 0 161 64 4A
Octal 377 171 210 0 65 57 0 541 144 112
Binary 11111111 1111001 10001000 0 110101 101111 0 101100001 1100100 1001010

Color Harmonies of #FF7988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7988

Black with #FF7988

Text Example


Text Example

White with #FF7988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7988; }

 p { color: rgb(255,121,136); }

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

background-color css

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

 a { background-color: rgb(255,121,136); }

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

border-color css

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

 span { border-color: rgb(255,121,136); }

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