Html Css Color HEX #F5608B Brink Pink

📋 copy color: '#F5608B'

red 245 ◦ green 96 ◦ blue 139

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

Shades of Brink Pink #F5608B

Tints of Brink Pink #F5608B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20%

 BLUE value IS 139 (54.69% from 255) = 28.96%

R = 51.04%
G = 20%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5608B (or 0xF5608B) is known color: Brink Pink. HEX triplet: F5, 60 and 8B. RGB value is (245,96,139). Sum of RGB (Red+Green+Blue) = 245+96+139=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F5608B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5608B is #0A9F74. Grayscale: #919191. Windows color (decimal): -696181 or 9134325. OLE color: 9134325.

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

Color convert

RGB 245 96 139 -
CMYK 0 0.61 0.43 0.04
HSL 342.68º 0.88% 0.67% -
HSV(B) 342.68º 0.61% 0.96% -
XYZ 46.5 29.64 27.7 -
YUV 145.45 124.36 199 -
System Red Green Blue C M Y K H S L
Decimal 245 96 139 0 0.61 0.43 0.04 342.68 0.88 0.67
Hex F5 60 8B 0 3D 2B 4 157 58 43
Octal 365 140 213 0 75 53 4 527 130 103
Binary 11110101 1100000 10001011 0 111101 101011 100 101010111 1011000 1000011

Color Harmonies of #F5608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5608B

Black with #F5608B

Text Example


Text Example

White with #F5608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5608B; }

 p { color: rgb(245,96,139); }

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

background-color css

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

 a { background-color: rgb(245,96,139); }

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

border-color css

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

 span { border-color: rgb(245,96,139); }

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