Html Css Color HEX #FF697A Brink Pink

📋 copy color: '#FF697A'

red 255 ◦ green 105 ◦ blue 122

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

Shades of Brink Pink #FF697A

Tints of Brink Pink #FF697A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.31%

R = 52.9%
G = 21.78%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF697A (or 0xFF697A) is known color: Brink Pink. HEX triplet: FF, 69 and 7A. RGB value is (255,105,122). Sum of RGB (Red+Green+Blue) = 255+105+122=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF697A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF697A is #009685. Grayscale: #979797. Windows color (decimal): -38534 or 8022527. OLE color: 8022527.

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

Color convert

RGB 255 105 122 -
CMYK 0 0.59 0.52 0
HSL 353.2º 1% 0.71% -
HSV(B) 353.2º 0.59% 1% -
XYZ 49.8 32.77 22.11 -
YUV 151.79 111.2 201.62 -
System Red Green Blue C M Y K H S L
Decimal 255 105 122 0 0.59 0.52 0 353.2 1 0.71
Hex FF 69 7A 0 3B 34 0 161 64 47
Octal 377 151 172 0 73 64 0 541 144 107
Binary 11111111 1101001 1111010 0 111011 110100 0 101100001 1100100 1000111

Color Harmonies of #FF697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF697A

Black with #FF697A

Text Example


Text Example

White with #FF697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF697A; }

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

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

background-color css

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

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

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

border-color css

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

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

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