Html Css Color HEX #FF607C Brink Pink

📋 copy color: '#FF607C'

red 255 ◦ green 96 ◦ blue 124

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

Shades of Brink Pink #FF607C

Tints of Brink Pink #FF607C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.11%

R = 53.68%
G = 20.21%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF607C (or 0xFF607C) is known color: Brink Pink. HEX triplet: FF, 60 and 7C. RGB value is (255,96,124). Sum of RGB (Red+Green+Blue) = 255+96+124=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF607C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF607C is #009F83. Grayscale: #929292. Windows color (decimal): -40836 or 8151295. OLE color: 8151295.

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

Color convert

RGB 255 96 124 -
CMYK 0 0.62 0.51 0
HSL 349.43º 1% 0.69% -
HSV(B) 349.43º 0.62% 1% -
XYZ 49.06 31.08 22.48 -
YUV 146.73 115.18 205.22 -
System Red Green Blue C M Y K H S L
Decimal 255 96 124 0 0.62 0.51 0 349.43 1 0.69
Hex FF 60 7C 0 3E 33 0 15D 64 45
Octal 377 140 174 0 76 63 0 535 144 105
Binary 11111111 1100000 1111100 0 111110 110011 0 101011101 1100100 1000101

Color Harmonies of #FF607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF607C

Black with #FF607C

Text Example


Text Example

White with #FF607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF607C; }

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

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

background-color css

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

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

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

border-color css

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

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

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