Html Css Color HEX #FF6F8B Brink Pink

📋 copy color: '#FF6F8B'

red 255 ◦ green 111 ◦ blue 139

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

Shades of Brink Pink #FF6F8B

Tints of Brink Pink #FF6F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.52%

R = 50.5%
G = 21.98%
B = 27.52%

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

#FF6F8B (or 0xFF6F8B) is known color: Brink Pink. HEX triplet: FF, 6F and 8B. RGB value is (255,111,139). Sum of RGB (Red+Green+Blue) = 255+111+139=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6F8B is #009074. Grayscale: #9D9D9D. Windows color (decimal): -36981 or 9138175. OLE color: 9138175.

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

Color convert

RGB 255 111 139 -
CMYK 0 0.56 0.45 0
HSL 348.33º 1% 0.72% -
HSV(B) 348.33º 0.56% 1% -
XYZ 51.58 34.49 28.37 -
YUV 157.25 117.71 197.72 -
System Red Green Blue C M Y K H S L
Decimal 255 111 139 0 0.56 0.45 0 348.33 1 0.72
Hex FF 6F 8B 0 38 2D 0 15C 64 48
Octal 377 157 213 0 70 55 0 534 144 110
Binary 11111111 1101111 10001011 0 111000 101101 0 101011100 1100100 1001000

Color Harmonies of #FF6F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6F8B

Black with #FF6F8B

Text Example


Text Example

White with #FF6F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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