Html Css Color HEX #FF697E Brink Pink

📋 copy color: '#FF697E'

red 255 ◦ green 105 ◦ blue 126

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

Shades of Brink Pink #FF697E

Tints of Brink Pink #FF697E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.93%

R = 52.47%
G = 21.6%
B = 25.93%

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

#FF697E (or 0xFF697E) is known color: Brink Pink. HEX triplet: FF, 69 and 7E. RGB value is (255,105,126). Sum of RGB (Red+Green+Blue) = 255+105+126=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF697E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF697E is #009681. Grayscale: #989898. Windows color (decimal): -38530 or 8284671. OLE color: 8284671.

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

Color convert

RGB 255 105 126 -
CMYK 0 0.59 0.51 0
HSL 351.6º 1% 0.71% -
HSV(B) 351.6º 0.59% 1% -
XYZ 50.06 32.87 23.44 -
YUV 152.24 113.2 201.29 -
System Red Green Blue C M Y K H S L
Decimal 255 105 126 0 0.59 0.51 0 351.6 1 0.71
Hex FF 69 7E 0 3B 33 0 160 64 47
Octal 377 151 176 0 73 63 0 540 144 107
Binary 11111111 1101001 1111110 0 111011 110011 0 101100000 1100100 1000111

Color Harmonies of #FF697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF697E

Black with #FF697E

Text Example


Text Example

White with #FF697E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF697E; }

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

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

background-color css

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

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

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

border-color css

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

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

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