Html Css Color HEX #FF6B8A Brink Pink

📋 copy color: '#FF6B8A'

red 255 ◦ green 107 ◦ blue 138

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

Shades of Brink Pink #FF6B8A

Tints of Brink Pink #FF6B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.6%

R = 51%
G = 21.4%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF6B8A (or 0xFF6B8A) is known color: Brink Pink. HEX triplet: FF, 6B and 8A. RGB value is (255,107,138). Sum of RGB (Red+Green+Blue) = 255+107+138=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6B8A is #009475. Grayscale: #9A9A9A. Windows color (decimal): -38006 or 9071615. OLE color: 9071615.

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

Color convert

RGB 255 107 138 -
CMYK 0 0.58 0.46 0
HSL 347.43º 1% 0.71% -
HSV(B) 347.43º 0.58% 1% -
XYZ 51.09 33.61 27.84 -
YUV 154.79 118.53 199.48 -
System Red Green Blue C M Y K H S L
Decimal 255 107 138 0 0.58 0.46 0 347.43 1 0.71
Hex FF 6B 8A 0 3A 2E 0 15B 64 47
Octal 377 153 212 0 72 56 0 533 144 107
Binary 11111111 1101011 10001010 0 111010 101110 0 101011011 1100100 1000111

Color Harmonies of #FF6B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6B8A

Black with #FF6B8A

Text Example


Text Example

White with #FF6B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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