Html Css Color HEX #FF688A Brink Pink

📋 copy color: '#FF688A'

red 255 ◦ green 104 ◦ blue 138

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

Shades of Brink Pink #FF688A

Tints of Brink Pink #FF688A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.77%

R = 51.31%
G = 20.93%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF688A (or 0xFF688A) is known color: Brink Pink. HEX triplet: FF, 68 and 8A. RGB value is (255,104,138). Sum of RGB (Red+Green+Blue) = 255+104+138=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF688A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF688A is #009775. Grayscale: #999999. Windows color (decimal): -38774 or 9070847. OLE color: 9070847.

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

Color convert

RGB 255 104 138 -
CMYK 0 0.59 0.46 0
HSL 346.49º 1% 0.7% -
HSV(B) 346.49º 0.59% 1% -
XYZ 50.78 33 27.74 -
YUV 153.03 119.53 200.74 -
System Red Green Blue C M Y K H S L
Decimal 255 104 138 0 0.59 0.46 0 346.49 1 0.7
Hex FF 68 8A 0 3B 2E 0 15A 64 46
Octal 377 150 212 0 73 56 0 532 144 106
Binary 11111111 1101000 10001010 0 111011 101110 0 101011010 1100100 1000110

Color Harmonies of #FF688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF688A

Black with #FF688A

Text Example


Text Example

White with #FF688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF688A; }

 p { color: rgb(255,104,138); }

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

background-color css

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

 a { background-color: rgb(255,104,138); }

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

border-color css

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

 span { border-color: rgb(255,104,138); }

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