Html Css Color HEX #FF6B7F Brink Pink

📋 copy color: '#FF6B7F'

red 255 ◦ green 107 ◦ blue 127

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

Shades of Brink Pink #FF6B7F

Tints of Brink Pink #FF6B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.97%

R = 52.15%
G = 21.88%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF6B7F (or 0xFF6B7F) is known color: Brink Pink. HEX triplet: FF, 6B and 7F. RGB value is (255,107,127). Sum of RGB (Red+Green+Blue) = 255+107+127=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6B7F is #009480. Grayscale: #999999. Windows color (decimal): -38017 or 8350719. OLE color: 8350719.

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

Color convert

RGB 255 107 127 -
CMYK 0 0.58 0.50 0
HSL 351.89º 1% 0.71% -
HSV(B) 351.89º 0.58% 1% -
XYZ 50.33 33.31 23.86 -
YUV 153.53 113.03 200.37 -
System Red Green Blue C M Y K H S L
Decimal 255 107 127 0 0.58 0.50 0 351.89 1 0.71
Hex FF 6B 7F 0 3A 32 0 160 64 47
Octal 377 153 177 0 72 62 0 540 144 107
Binary 11111111 1101011 1111111 0 111010 110010 0 101100000 1100100 1000111

Color Harmonies of #FF6B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6B7F

Black with #FF6B7F

Text Example


Text Example

White with #FF6B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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