Html Css Color HEX #FF608B Brink Pink

📋 copy color: '#FF608B'

red 255 ◦ green 96 ◦ blue 139

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

Shades of Brink Pink #FF608B

Tints of Brink Pink #FF608B

RGB

 RED value IS 255 (100% from 255) = 52.04%

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

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

R = 52.04%
G = 19.59%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF608B (or 0xFF608B) is known color: Brink Pink. HEX triplet: FF, 60 and 8B. RGB value is (255,96,139). Sum of RGB (Red+Green+Blue) = 255+96+139=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF608B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF608B is #009F74. Grayscale: #949494. Windows color (decimal): -40821 or 9134335. OLE color: 9134335.

HSL color Cylindrical-coordinate representation of color #FF608B: hue angle of 343.77º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF608B is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 255 96 139 -
CMYK 0 0.62 0.45 0
HSL 343.77º 1% 0.69% -
HSV(B) 343.77º 0.62% 1% -
XYZ 50.08 31.49 27.86 -
YUV 148.44 122.68 204 -
System Red Green Blue C M Y K H S L
Decimal 255 96 139 0 0.62 0.45 0 343.77 1 0.69
Hex FF 60 8B 0 3E 2D 0 158 64 45
Octal 377 140 213 0 76 55 0 530 144 105
Binary 11111111 1100000 10001011 0 111110 101101 0 101011000 1100100 1000101

Color Harmonies of #FF608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF608B

Black with #FF608B

Text Example


Text Example

White with #FF608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF608B; }

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

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

background-color css

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

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

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

border-color css

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

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

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