#FF6F83

Color #FF6F83 Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #FF6F83

Tints of Brink Pink #FF6F83

Color information

#FF6F83 (or 0xFF6F83) is unknown color: approx Brink Pink. HEX triplet: FF, 6F and 83. RGB value is (255,111,131). Sum of RGB (Red+Green+Blue) = 255+111+131=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6F83 is #00907C. Grayscale: #9C9C9C. Windows color (decimal): -36989 or 8613887. OLE color: 8613887.

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

Color convert

RGB255111131-
CMYK00.560.490
HSL351.67º100%71.76%-
HSV(B)351.67º56.47%100%-
XYZ51.0234.2725.4-
YUV156.34113.71198.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.31%
GREEN value IS 111 (43.75% from 255) = 22.33%
BLUE value IS 131 (51.56% from 255) = 26.36%
R=51.31%
G=22.33%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511113100.560.490351.6710071.76
HexFF6F830383101606448
Octal377157203070610540144110
Binary111111111101111100000110111000110001010110000011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6F83; }

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

 H1.HeaderClassName
 {
   color: #FF6F83;
 }
 .AnyTagClassName
 {
   color: #FF6F83;
 }
</style>
background-color css

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

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

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

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

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

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