Html Css Color HEX #FF6181 Brink Pink

📋 copy color: '#FF6181'

red 255 ◦ green 97 ◦ blue 129

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

Shades of Brink Pink #FF6181

Tints of Brink Pink #FF6181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.82%

R = 53.01%
G = 20.17%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF6181 (or 0xFF6181) is known color: Brink Pink. HEX triplet: FF, 61 and 81. RGB value is (255,97,129). Sum of RGB (Red+Green+Blue) = 255+97+129=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6181 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6181 is #009E7E. Grayscale: #939393. Windows color (decimal): -40575 or 8479231. OLE color: 8479231.

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

Color convert

RGB 255 97 129 -
CMYK 0 0.62 0.49 0
HSL 347.85º 1% 0.69% -
HSV(B) 347.85º 0.62% 1% -
XYZ 49.48 31.39 24.22 -
YUV 147.89 117.35 204.4 -
System Red Green Blue C M Y K H S L
Decimal 255 97 129 0 0.62 0.49 0 347.85 1 0.69
Hex FF 61 81 0 3E 31 0 15C 64 45
Octal 377 141 201 0 76 61 0 534 144 105
Binary 11111111 1100001 10000001 0 111110 110001 0 101011100 1100100 1000101

Color Harmonies of #FF6181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6181

Black with #FF6181

Text Example


Text Example

White with #FF6181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6181; }

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

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

background-color css

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

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

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

border-color css

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

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

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