Html Css Color HEX #FF6B8B Brink Pink

📋 copy color: '#FF6B8B'

red 255 ◦ green 107 ◦ blue 139

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

Shades of Brink Pink #FF6B8B

Tints of Brink Pink #FF6B8B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.36%

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

R = 50.9%
G = 21.36%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF6B8B (or 0xFF6B8B) is known color: Brink Pink. HEX triplet: FF, 6B and 8B. RGB value is (255,107,139). Sum of RGB (Red+Green+Blue) = 255+107+139=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6B8B is #009474. Grayscale: #9A9A9A. Windows color (decimal): -38005 or 9137151. OLE color: 9137151.

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

Color convert

RGB 255 107 139 -
CMYK 0 0.58 0.45 0
HSL 347.03º 1% 0.71% -
HSV(B) 347.03º 0.58% 1% -
XYZ 51.16 33.64 28.22 -
YUV 154.9 119.03 199.4 -
System Red Green Blue C M Y K H S L
Decimal 255 107 139 0 0.58 0.45 0 347.03 1 0.71
Hex FF 6B 8B 0 3A 2D 0 15B 64 47
Octal 377 153 213 0 72 55 0 533 144 107
Binary 11111111 1101011 10001011 0 111010 101101 0 101011011 1100100 1000111

Color Harmonies of #FF6B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6B8B

Black with #FF6B8B

Text Example


Text Example

White with #FF6B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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