Shades of Brink Pink #FF6283
Tints of Brink Pink #FF6283
RGB
CMYK
RGB Variations
Color information
#FF6283 (or 0xFF6283) is known color: Brink Pink. HEX triplet: FF, 62 and 83. RGB value is (255,98,131). Sum of RGB (Red+Green+Blue) = 255+98+131=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6283 is #009D7C. Grayscale: #949494. Windows color (decimal): -40317 or 8610559. OLE color: 8610559.
HSL color Cylindrical-coordinate representation of color #FF6283: hue angle of 347.39º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF6283 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 131 | - |
| CMYK | 0 | 0.62 | 0.49 | 0 |
| HSL | 347.39º | 1% | 0.69% | - |
| HSV(B) | 347.39º | 0.62% | 1% | - |
| XYZ | 49.7 | 31.63 | 24.96 | - |
| YUV | 148.71 | 118.01 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 131 | 0 | 0.62 | 0.49 | 0 | 347.39 | 1 | 0.69 |
| Hex | FF | 62 | 83 | 0 | 3E | 31 | 0 | 15B | 64 | 45 |
| Octal | 377 | 142 | 203 | 0 | 76 | 61 | 0 | 533 | 144 | 105 |
| Binary | 11111111 | 1100010 | 10000011 | 0 | 111110 | 110001 | 0 | 101011011 | 1100100 | 1000101 |
Color Harmonies of #FF6283
Complementary color
Monochromatic Colors of #FF6283
Black with #FF6283
Text Example
Text Example
White with #FF6283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6283; }
p { color: rgb(255,98,131); }
H1.HeaderClassName
{
color: #FF6283;
}
.AnyTagClassName
{
color: #FF6283;
}
</style>
background-color css
<style>
a { background-color: #FF6283; }
a { background-color: rgb(255,98,131); }
div.DivClassName
{
background-color: #FF6283;
}
.BgClassName
{
background-color: #FF6283;
}
</style>
border-color css
<style>
span { border-color: #FF6283; }
span { border-color: rgb(255,98,131); }
td.TdClassName
{
border-color: #FF6283;
}
.TagClassName
{
border-color: #FF6283;
}
</style>