#FF6388

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

Shades of Brink Pink #FF6388

Tints of Brink Pink #FF6388

Color information

#FF6388 (or 0xFF6388) is unknown color: approx Brink Pink. HEX triplet: FF, 63 and 88. RGB value is (255,99,136). Sum of RGB (Red+Green+Blue) = 255+99+136=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6388 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6388 is #009C77. Grayscale: #959595. Windows color (decimal): -40056 or 8938495. OLE color: 8938495.

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

Color convert

RGB25599136-
CMYK00.610.470
HSL345.77º100%69.41%-
HSV(B)345.77º61.18%100%-
XYZ50.1531.9626.82-
YUV149.86120.18202.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.04%
GREEN value IS 99 (39.06% from 255) = 20.20%
BLUE value IS 136 (53.52% from 255) = 27.76%
R=52.04%
G=20.20%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559913600.610.470345.7710069.41
HexFF638803D2F015a6445
Octal377143210075570532144105
Binary111111111100011100010000111101101111010101101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6388; }

 p { color: rgb(255,99,136); }

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

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

 a { background-color: rgb(255,99,136); }

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

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

 span { border-color: rgb(255,99,136); }

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