Html Css Color HEX #F5658A Brink Pink

📋 copy color: '#F5658A'

red 245 ◦ green 101 ◦ blue 138

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

Shades of Brink Pink #F5658A

Tints of Brink Pink #F5658A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.51%

R = 50.62%
G = 20.87%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F5658A (or 0xF5658A) is known color: Brink Pink. HEX triplet: F5, 65 and 8A. RGB value is (245,101,138). Sum of RGB (Red+Green+Blue) = 245+101+138=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5658A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5658A is #0A9A75. Grayscale: #949494. Windows color (decimal): -694902 or 9070069. OLE color: 9070069.

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

Color convert

RGB 245 101 138 -
CMYK 0 0.59 0.44 0.04
HSL 344.58º 0.88% 0.68% -
HSV(B) 344.58º 0.59% 0.96% -
XYZ 46.9 30.55 27.47 -
YUV 148.27 122.21 196.99 -
System Red Green Blue C M Y K H S L
Decimal 245 101 138 0 0.59 0.44 0.04 344.58 0.88 0.68
Hex F5 65 8A 0 3B 2C 4 159 58 44
Octal 365 145 212 0 73 54 4 531 130 104
Binary 11110101 1100101 10001010 0 111011 101100 100 101011001 1011000 1000100

Color Harmonies of #F5658A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5658A

Black with #F5658A

Text Example


Text Example

White with #F5658A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5658A; }

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

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

background-color css

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

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

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

border-color css

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

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

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