Html Css Color HEX #FF6985 Brink Pink

📋 copy color: '#FF6985'

red 255 ◦ green 105 ◦ blue 133

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

Shades of Brink Pink #FF6985

Tints of Brink Pink #FF6985

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.3%

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

R = 51.72%
G = 21.3%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF6985 (or 0xFF6985) is known color: Brink Pink. HEX triplet: FF, 69 and 85. RGB value is (255,105,133). Sum of RGB (Red+Green+Blue) = 255+105+133=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6985 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6985 is #00967A. Grayscale: #999999. Windows color (decimal): -38523 or 8743423. OLE color: 8743423.

HSL color Cylindrical-coordinate representation of color #FF6985: hue angle of 348.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF6985 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB 255 105 133 -
CMYK 0 0.59 0.48 0
HSL 348.8º 1% 0.71% -
HSV(B) 348.8º 0.59% 1% -
XYZ 50.53 33.06 25.91 -
YUV 153.04 116.7 200.72 -
System Red Green Blue C M Y K H S L
Decimal 255 105 133 0 0.59 0.48 0 348.8 1 0.71
Hex FF 69 85 0 3B 30 0 15D 64 47
Octal 377 151 205 0 73 60 0 535 144 107
Binary 11111111 1101001 10000101 0 111011 110000 0 101011101 1100100 1000111

Color Harmonies of #FF6985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6985

Black with #FF6985

Text Example


Text Example

White with #FF6985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6985; }

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

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

background-color css

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

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

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

border-color css

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

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

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