Html Css Color HEX #F5658D Brink Pink

📋 copy color: '#F5658D'

red 245 ◦ green 101 ◦ blue 141

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

Shades of Brink Pink #F5658D

Tints of Brink Pink #F5658D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.95%

R = 50.31%
G = 20.74%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5658D (or 0xF5658D) is known color: Brink Pink. HEX triplet: F5, 65 and 8D. RGB value is (245,101,141). Sum of RGB (Red+Green+Blue) = 245+101+141=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5658D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5658D is #0A9A72. Grayscale: #949494. Windows color (decimal): -694899 or 9266677. OLE color: 9266677.

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

Color convert

RGB 245 101 141 -
CMYK 0 0.59 0.42 0.04
HSL 343.33º 0.88% 0.68% -
HSV(B) 343.33º 0.59% 0.96% -
XYZ 47.12 30.64 28.63 -
YUV 148.62 123.71 196.75 -
System Red Green Blue C M Y K H S L
Decimal 245 101 141 0 0.59 0.42 0.04 343.33 0.88 0.68
Hex F5 65 8D 0 3B 2A 4 157 58 44
Octal 365 145 215 0 73 52 4 527 130 104
Binary 11110101 1100101 10001101 0 111011 101010 100 101010111 1011000 1000100

Color Harmonies of #F5658D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5658D

Black with #F5658D

Text Example


Text Example

White with #F5658D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5658D; }

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

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

background-color css

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

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

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

border-color css

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

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

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