Html Css Color HEX #FF6988 Brink Pink

📋 copy color: '#FF6988'

red 255 ◦ green 105 ◦ blue 136

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

Shades of Brink Pink #FF6988

Tints of Brink Pink #FF6988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.17%

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

R = 51.41%
G = 21.17%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF6988 (or 0xFF6988) is known color: Brink Pink. HEX triplet: FF, 69 and 88. RGB value is (255,105,136). Sum of RGB (Red+Green+Blue) = 255+105+136=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6988 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6988 is #009677. Grayscale: #999999. Windows color (decimal): -38520 or 8940031. OLE color: 8940031.

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

Color convert

RGB 255 105 136 -
CMYK 0 0.59 0.47 0
HSL 347.6º 1% 0.71% -
HSV(B) 347.6º 0.59% 1% -
XYZ 50.74 33.14 27.02 -
YUV 153.38 118.2 200.48 -
System Red Green Blue C M Y K H S L
Decimal 255 105 136 0 0.59 0.47 0 347.6 1 0.71
Hex FF 69 88 0 3B 2F 0 15C 64 47
Octal 377 151 210 0 73 57 0 534 144 107
Binary 11111111 1101001 10001000 0 111011 101111 0 101011100 1100100 1000111

Color Harmonies of #FF6988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6988

Black with #FF6988

Text Example


Text Example

White with #FF6988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6988; }

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

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

background-color css

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

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

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

border-color css

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

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

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