Html Css Color HEX #F5697A Brink Pink

📋 copy color: '#F5697A'

red 245 ◦ green 105 ◦ blue 122

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

Shades of Brink Pink #F5697A

Tints of Brink Pink #F5697A

RGB

 RED value IS 245 (96.09% from 255) = 51.91%

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

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

R = 51.91%
G = 22.25%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5697A (or 0xF5697A) is known color: Brink Pink. HEX triplet: F5, 69 and 7A. RGB value is (245,105,122). Sum of RGB (Red+Green+Blue) = 245+105+122=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F5697A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5697A is #0A9685. Grayscale: #949494. Windows color (decimal): -693894 or 8022517. OLE color: 8022517.

HSL color Cylindrical-coordinate representation of color #F5697A: hue angle of 352.71º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F5697A is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 105 122 -
CMYK 0 0.57 0.50 0.04
HSL 352.71º 0.88% 0.69% -
HSV(B) 352.71º 0.57% 0.96% -
XYZ 46.22 30.92 21.94 -
YUV 148.8 112.88 196.62 -
System Red Green Blue C M Y K H S L
Decimal 245 105 122 0 0.57 0.50 0.04 352.71 0.88 0.69
Hex F5 69 7A 0 39 32 4 161 58 45
Octal 365 151 172 0 71 62 4 541 130 105
Binary 11110101 1101001 1111010 0 111001 110010 100 101100001 1011000 1000101

Color Harmonies of #F5697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5697A

Black with #F5697A

Text Example


Text Example

White with #F5697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5697A; }

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

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

background-color css

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

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

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

border-color css

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

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

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