Html Css Color HEX #FF6B8F Brink Pink

📋 copy color: '#FF6B8F'

red 255 ◦ green 107 ◦ blue 143

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

Shades of Brink Pink #FF6B8F

Tints of Brink Pink #FF6B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.32%

R = 50.5%
G = 21.19%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF6B8F (or 0xFF6B8F) is known color: Brink Pink. HEX triplet: FF, 6B and 8F. RGB value is (255,107,143). Sum of RGB (Red+Green+Blue) = 255+107+143=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6B8F is #009470. Grayscale: #9B9B9B. Windows color (decimal): -38001 or 9399295. OLE color: 9399295.

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

Color convert

RGB 255 107 143 -
CMYK 0 0.58 0.44 0
HSL 345.41º 1% 0.71% -
HSV(B) 345.41º 0.58% 1% -
XYZ 51.46 33.76 29.79 -
YUV 155.36 121.03 199.07 -
System Red Green Blue C M Y K H S L
Decimal 255 107 143 0 0.58 0.44 0 345.41 1 0.71
Hex FF 6B 8F 0 3A 2C 0 159 64 47
Octal 377 153 217 0 72 54 0 531 144 107
Binary 11111111 1101011 10001111 0 111010 101100 0 101011001 1100100 1000111

Color Harmonies of #FF6B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6B8F

Black with #FF6B8F

Text Example


Text Example

White with #FF6B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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