Html Css Color HEX #FF6185 Brink Pink

📋 copy color: '#FF6185'

red 255 ◦ green 97 ◦ blue 133

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

Shades of Brink Pink #FF6185

Tints of Brink Pink #FF6185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.42%

R = 52.58%
G = 20%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF6185 (or 0xFF6185) is known color: Brink Pink. HEX triplet: FF, 61 and 85. RGB value is (255,97,133). Sum of RGB (Red+Green+Blue) = 255+97+133=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6185 is #009E7A. Grayscale: #949494. Windows color (decimal): -40571 or 8741375. OLE color: 8741375.

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

Color convert

RGB 255 97 133 -
CMYK 0 0.62 0.48 0
HSL 346.33º 1% 0.69% -
HSV(B) 346.33º 0.62% 1% -
XYZ 49.75 31.5 25.65 -
YUV 148.35 119.35 204.07 -
System Red Green Blue C M Y K H S L
Decimal 255 97 133 0 0.62 0.48 0 346.33 1 0.69
Hex FF 61 85 0 3E 30 0 15A 64 45
Octal 377 141 205 0 76 60 0 532 144 105
Binary 11111111 1100001 10000101 0 111110 110000 0 101011010 1100100 1000101

Color Harmonies of #FF6185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6185

Black with #FF6185

Text Example


Text Example

White with #FF6185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6185; }

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

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

background-color css

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

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

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

border-color css

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

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

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