Html Css Color HEX #FF6593 Brink Pink

📋 copy color: '#FF6593'

red 255 ◦ green 101 ◦ blue 147

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

Shades of Brink Pink #FF6593

Tints of Brink Pink #FF6593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.08%

 BLUE value IS 147 (57.81% from 255) = 29.22%

R = 50.7%
G = 20.08%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF6593 (or 0xFF6593) is known color: Brink Pink. HEX triplet: FF, 65 and 93. RGB value is (255,101,147). Sum of RGB (Red+Green+Blue) = 255+101+147=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6593 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6593 is #009A6C. Grayscale: #989898. Windows color (decimal): -39533 or 9659903. OLE color: 9659903.

HSL color Cylindrical-coordinate representation of color #FF6593: hue angle of 342.08º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6593 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 255 101 147 -
CMYK 0 0.60 0.42 0
HSL 342.08º 1% 0.7% -
HSV(B) 342.08º 0.6% 1% -
XYZ 51.16 32.67 31.21 -
YUV 152.29 125.02 201.26 -
System Red Green Blue C M Y K H S L
Decimal 255 101 147 0 0.60 0.42 0 342.08 1 0.7
Hex FF 65 93 0 3C 2A 0 156 64 46
Octal 377 145 223 0 74 52 0 526 144 106
Binary 11111111 1100101 10010011 0 111100 101010 0 101010110 1100100 1000110

Color Harmonies of #FF6593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6593

Black with #FF6593

Text Example


Text Example

White with #FF6593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6593; }

 p { color: rgb(255,101,147); }

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

background-color css

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

 a { background-color: rgb(255,101,147); }

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

border-color css

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

 span { border-color: rgb(255,101,147); }

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