Html Css Color HEX #FF697D Brink Pink

📋 copy color: '#FF697D'

red 255 ◦ green 105 ◦ blue 125

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

Shades of Brink Pink #FF697D

Tints of Brink Pink #FF697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.77%

R = 52.58%
G = 21.65%
B = 25.77%

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

#FF697D (or 0xFF697D) is known color: Brink Pink. HEX triplet: FF, 69 and 7D. RGB value is (255,105,125). Sum of RGB (Red+Green+Blue) = 255+105+125=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF697D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF697D is #009682. Grayscale: #989898. Windows color (decimal): -38531 or 8219135. OLE color: 8219135.

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

Color convert

RGB 255 105 125 -
CMYK 0 0.59 0.51 0
HSL 352º 1% 0.71% -
HSV(B) 352º 0.59% 1% -
XYZ 49.99 32.84 23.11 -
YUV 152.13 112.7 201.37 -
System Red Green Blue C M Y K H S L
Decimal 255 105 125 0 0.59 0.51 0 352 1 0.71
Hex FF 69 7D 0 3B 33 0 160 64 47
Octal 377 151 175 0 73 63 0 540 144 107
Binary 11111111 1101001 1111101 0 111011 110011 0 101100000 1100100 1000111

Color Harmonies of #FF697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF697D

Black with #FF697D

Text Example


Text Example

White with #FF697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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