Html Css Color HEX #FF6180 Brink Pink

📋 copy color: '#FF6180'

red 255 ◦ green 97 ◦ blue 128

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

Shades of Brink Pink #FF6180

Tints of Brink Pink #FF6180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.21%

 BLUE value IS 128 (50.39% from 255) = 26.67%

R = 53.13%
G = 20.21%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF6180 (or 0xFF6180) is known color: Brink Pink. HEX triplet: FF, 61 and 80. RGB value is (255,97,128). Sum of RGB (Red+Green+Blue) = 255+97+128=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6180 is #009E7F. Grayscale: #939393. Windows color (decimal): -40576 or 8413695. OLE color: 8413695.

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

Color convert

RGB 255 97 128 -
CMYK 0 0.62 0.50 0
HSL 348.23º 1% 0.69% -
HSV(B) 348.23º 0.62% 1% -
XYZ 49.41 31.37 23.87 -
YUV 147.78 116.85 204.48 -
System Red Green Blue C M Y K H S L
Decimal 255 97 128 0 0.62 0.50 0 348.23 1 0.69
Hex FF 61 80 0 3E 32 0 15C 64 45
Octal 377 141 200 0 76 62 0 534 144 105
Binary 11111111 1100001 10000000 0 111110 110010 0 101011100 1100100 1000101

Color Harmonies of #FF6180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6180

Black with #FF6180

Text Example


Text Example

White with #FF6180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6180; }

 p { color: rgb(255,97,128); }

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

background-color css

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

 a { background-color: rgb(255,97,128); }

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

border-color css

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

 span { border-color: rgb(255,97,128); }

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