Html Css Color HEX #FF698C Brink Pink

📋 copy color: '#FF698C'

red 255 ◦ green 105 ◦ blue 140

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

Shades of Brink Pink #FF698C

Tints of Brink Pink #FF698C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28%

R = 51%
G = 21%
B = 28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF698C (or 0xFF698C) is known color: Brink Pink. HEX triplet: FF, 69 and 8C. RGB value is (255,105,140). Sum of RGB (Red+Green+Blue) = 255+105+140=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF698C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF698C is #009673. Grayscale: #999999. Windows color (decimal): -38516 or 9202175. OLE color: 9202175.

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

Color convert

RGB 255 105 140 -
CMYK 0 0.59 0.45 0
HSL 346º 1% 0.71% -
HSV(B) 346º 0.59% 1% -
XYZ 51.03 33.26 28.54 -
YUV 153.84 120.2 200.15 -
System Red Green Blue C M Y K H S L
Decimal 255 105 140 0 0.59 0.45 0 346 1 0.71
Hex FF 69 8C 0 3B 2D 0 15A 64 47
Octal 377 151 214 0 73 55 0 532 144 107
Binary 11111111 1101001 10001100 0 111011 101101 0 101011010 1100100 1000111

Color Harmonies of #FF698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF698C

Black with #FF698C

Text Example


Text Example

White with #FF698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF698C; }

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

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

background-color css

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

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

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

border-color css

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

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

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