Html Css Color HEX #FF697C Brink Pink

📋 copy color: '#FF697C'

red 255 ◦ green 105 ◦ blue 124

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

Shades of Brink Pink #FF697C

Tints of Brink Pink #FF697C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.62%

R = 52.69%
G = 21.69%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF697C (or 0xFF697C) is known color: Brink Pink. HEX triplet: FF, 69 and 7C. RGB value is (255,105,124). Sum of RGB (Red+Green+Blue) = 255+105+124=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF697C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF697C is #009683. Grayscale: #989898. Windows color (decimal): -38532 or 8153599. OLE color: 8153599.

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

Color convert

RGB 255 105 124 -
CMYK 0 0.59 0.51 0
HSL 352.4º 1% 0.71% -
HSV(B) 352.4º 0.59% 1% -
XYZ 49.93 32.82 22.77 -
YUV 152.02 112.2 201.46 -
System Red Green Blue C M Y K H S L
Decimal 255 105 124 0 0.59 0.51 0 352.4 1 0.71
Hex FF 69 7C 0 3B 33 0 160 64 47
Octal 377 151 174 0 73 63 0 540 144 107
Binary 11111111 1101001 1111100 0 111011 110011 0 101100000 1100100 1000111

Color Harmonies of #FF697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF697C

Black with #FF697C

Text Example


Text Example

White with #FF697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF697C; }

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

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

background-color css

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

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

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

border-color css

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

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

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