Html Css Color HEX #F5687D Brink Pink

📋 copy color: '#F5687D'

red 245 ◦ green 104 ◦ blue 125

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

Shades of Brink Pink #F5687D

Tints of Brink Pink #F5687D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.94%

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

R = 51.69%
G = 21.94%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5687D (or 0xF5687D) is known color: Brink Pink. HEX triplet: F5, 68 and 7D. RGB value is (245,104,125). Sum of RGB (Red+Green+Blue) = 245+104+125=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F5687D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5687D is #0A9782. Grayscale: #949494. Windows color (decimal): -694147 or 8218869. OLE color: 8218869.

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

Color convert

RGB 245 104 125 -
CMYK 0 0.58 0.49 0.04
HSL 351.06º 0.88% 0.68% -
HSV(B) 351.06º 0.58% 0.96% -
XYZ 46.31 30.79 22.91 -
YUV 148.55 114.71 196.79 -
System Red Green Blue C M Y K H S L
Decimal 245 104 125 0 0.58 0.49 0.04 351.06 0.88 0.68
Hex F5 68 7D 0 3A 31 4 15F 58 44
Octal 365 150 175 0 72 61 4 537 130 104
Binary 11110101 1101000 1111101 0 111010 110001 100 101011111 1011000 1000100

Color Harmonies of #F5687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5687D

Black with #F5687D

Text Example


Text Example

White with #F5687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5687D; }

 p { color: rgb(245,104,125); }

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

background-color css

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

 a { background-color: rgb(245,104,125); }

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

border-color css

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

 span { border-color: rgb(245,104,125); }

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