Html Css Color HEX #FF608D Brink Pink

📋 copy color: '#FF608D'

red 255 ◦ green 96 ◦ blue 141

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

Shades of Brink Pink #FF608D

Tints of Brink Pink #FF608D

RGB

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

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

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

R = 51.83%
G = 19.51%
B = 28.66%

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

#FF608D (or 0xFF608D) is known color: Brink Pink. HEX triplet: FF, 60 and 8D. RGB value is (255,96,141). Sum of RGB (Red+Green+Blue) = 255+96+141=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF608D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF608D is #009F72. Grayscale: #949494. Windows color (decimal): -40819 or 9265407. OLE color: 9265407.

HSL color Cylindrical-coordinate representation of color #FF608D: hue angle of 343.02º 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 #FF608D is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 255 96 141 -
CMYK 0 0.62 0.45 0
HSL 343.02º 1% 0.69% -
HSV(B) 343.02º 0.62% 1% -
XYZ 50.23 31.55 28.64 -
YUV 148.67 123.68 203.84 -
System Red Green Blue C M Y K H S L
Decimal 255 96 141 0 0.62 0.45 0 343.02 1 0.69
Hex FF 60 8D 0 3E 2D 0 157 64 45
Octal 377 140 215 0 76 55 0 527 144 105
Binary 11111111 1100000 10001101 0 111110 101101 0 101010111 1100100 1000101

Color Harmonies of #FF608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF608D

Black with #FF608D

Text Example


Text Example

White with #FF608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF608D; }

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

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

background-color css

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

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

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

border-color css

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

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

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