Html Css Color HEX #FD697A Brink Pink

📋 copy color: '#FD697A'

red 253 ◦ green 105 ◦ blue 122

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

Shades of Brink Pink #FD697A

Tints of Brink Pink #FD697A

RGB

 RED value IS 253 (99.22% from 255) = 52.71%

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

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

R = 52.71%
G = 21.88%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD697A (or 0xFD697A) is known color: Brink Pink. HEX triplet: FD, 69 and 7A. RGB value is (253,105,122). Sum of RGB (Red+Green+Blue) = 253+105+122=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FD697A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD697A is #029685. Grayscale: #979797. Windows color (decimal): -169606 or 8022525. OLE color: 8022525.

HSL color Cylindrical-coordinate representation of color #FD697A: hue angle of 353.11º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD697A is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 105 122 -
CMYK 0 0.58 0.52 0.01
HSL 353.11º 0.97% 0.7% -
HSV(B) 353.11º 0.58% 0.99% -
XYZ 49.07 32.39 22.08 -
YUV 151.19 111.53 200.62 -
System Red Green Blue C M Y K H S L
Decimal 253 105 122 0 0.58 0.52 0.01 353.11 0.97 0.7
Hex FD 69 7A 0 3A 34 1 161 61 46
Octal 375 151 172 0 72 64 1 541 141 106
Binary 11111101 1101001 1111010 0 111010 110100 1 101100001 1100001 1000110

Color Harmonies of #FD697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD697A

Black with #FD697A

Text Example


Text Example

White with #FD697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD697A; }

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

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

background-color css

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

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

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

border-color css

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

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

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