Html Css Color HEX #FF608C Brink Pink

📋 copy color: '#FF608C'

red 255 ◦ green 96 ◦ blue 140

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

Shades of Brink Pink #FF608C

Tints of Brink Pink #FF608C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.51%

R = 51.93%
G = 19.55%
B = 28.51%

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

#FF608C (or 0xFF608C) is known color: Brink Pink. HEX triplet: FF, 60 and 8C. RGB value is (255,96,140). Sum of RGB (Red+Green+Blue) = 255+96+140=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF608C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF608C is #009F73. Grayscale: #949494. Windows color (decimal): -40820 or 9199871. OLE color: 9199871.

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

Color convert

RGB 255 96 140 -
CMYK 0 0.62 0.45 0
HSL 343.4º 1% 0.69% -
HSV(B) 343.4º 0.62% 1% -
XYZ 50.16 31.52 28.25 -
YUV 148.56 123.18 203.92 -
System Red Green Blue C M Y K H S L
Decimal 255 96 140 0 0.62 0.45 0 343.4 1 0.69
Hex FF 60 8C 0 3E 2D 0 157 64 45
Octal 377 140 214 0 76 55 0 527 144 105
Binary 11111111 1100000 10001100 0 111110 101101 0 101010111 1100100 1000101

Color Harmonies of #FF608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF608C

Black with #FF608C

Text Example


Text Example

White with #FF608C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF608C; }

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

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

background-color css

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

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

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

border-color css

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

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

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