Html Css Color HEX #FF6F8D Brink Pink

📋 copy color: '#FF6F8D'

red 255 ◦ green 111 ◦ blue 141

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

Shades of Brink Pink #FF6F8D

Tints of Brink Pink #FF6F8D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.89%

 BLUE value IS 141 (55.47% from 255) = 27.81%

R = 50.3%
G = 21.89%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF6F8D (or 0xFF6F8D) is known color: Brink Pink. HEX triplet: FF, 6F and 8D. RGB value is (255,111,141). Sum of RGB (Red+Green+Blue) = 255+111+141=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6F8D is #009072. Grayscale: #9D9D9D. Windows color (decimal): -36979 or 9269247. OLE color: 9269247.

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

Color convert

RGB 255 111 141 -
CMYK 0 0.56 0.45 0
HSL 347.5º 1% 0.72% -
HSV(B) 347.5º 0.56% 1% -
XYZ 51.73 34.55 29.14 -
YUV 157.48 118.71 197.56 -
System Red Green Blue C M Y K H S L
Decimal 255 111 141 0 0.56 0.45 0 347.5 1 0.72
Hex FF 6F 8D 0 38 2D 0 15C 64 48
Octal 377 157 215 0 70 55 0 534 144 110
Binary 11111111 1101111 10001101 0 111000 101101 0 101011100 1100100 1001000

Color Harmonies of #FF6F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6F8D

Black with #FF6F8D

Text Example


Text Example

White with #FF6F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6F8D; }

 p { color: rgb(255,111,141); }

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

background-color css

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

 a { background-color: rgb(255,111,141); }

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

border-color css

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

 span { border-color: rgb(255,111,141); }

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