Html Css Color HEX #FF698E Brink Pink

📋 copy color: '#FF698E'

red 255 ◦ green 105 ◦ blue 142

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

Shades of Brink Pink #FF698E

Tints of Brink Pink #FF698E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.29%

R = 50.8%
G = 20.92%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF698E (or 0xFF698E) is known color: Brink Pink. HEX triplet: FF, 69 and 8E. RGB value is (255,105,142). Sum of RGB (Red+Green+Blue) = 255+105+142=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF698E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF698E is #009671. Grayscale: #9A9A9A. Windows color (decimal): -38514 or 9333247. OLE color: 9333247.

HSL color Cylindrical-coordinate representation of color #FF698E: hue angle of 345.2º 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 #FF698E is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 255 105 142 -
CMYK 0 0.59 0.44 0
HSL 345.2º 1% 0.71% -
HSV(B) 345.2º 0.59% 1% -
XYZ 51.17 33.32 29.32 -
YUV 154.07 121.2 199.99 -
System Red Green Blue C M Y K H S L
Decimal 255 105 142 0 0.59 0.44 0 345.2 1 0.71
Hex FF 69 8E 0 3B 2C 0 159 64 47
Octal 377 151 216 0 73 54 0 531 144 107
Binary 11111111 1101001 10001110 0 111011 101100 0 101011001 1100100 1000111

Color Harmonies of #FF698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF698E

Black with #FF698E

Text Example


Text Example

White with #FF698E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF698E; }

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

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

background-color css

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

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

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

border-color css

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

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

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