Html Css Color HEX #F5657D Brink Pink

📋 copy color: '#F5657D'

red 245 ◦ green 101 ◦ blue 125

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

Shades of Brink Pink #F5657D

Tints of Brink Pink #F5657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.44%

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

R = 52.02%
G = 21.44%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5657D (or 0xF5657D) is known color: Brink Pink. HEX triplet: F5, 65 and 7D. RGB value is (245,101,125). Sum of RGB (Red+Green+Blue) = 245+101+125=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F5657D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5657D is #0A9A82. Grayscale: #929292. Windows color (decimal): -694915 or 8218101. OLE color: 8218101.

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

Color convert

RGB 245 101 125 -
CMYK 0 0.59 0.49 0.04
HSL 350º 0.88% 0.68% -
HSV(B) 350º 0.59% 0.96% -
XYZ 46.01 30.2 22.81 -
YUV 146.79 115.71 198.05 -
System Red Green Blue C M Y K H S L
Decimal 245 101 125 0 0.59 0.49 0.04 350 0.88 0.68
Hex F5 65 7D 0 3B 31 4 15E 58 44
Octal 365 145 175 0 73 61 4 536 130 104
Binary 11110101 1100101 1111101 0 111011 110001 100 101011110 1011000 1000100

Color Harmonies of #F5657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5657D

Black with #F5657D

Text Example


Text Example

White with #F5657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5657D; }

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

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

background-color css

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

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

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

border-color css

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

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

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