Html Css Color HEX #FD6592 Brink Pink

📋 copy color: '#FD6592'

red 253 ◦ green 101 ◦ blue 146

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

Shades of Brink Pink #FD6592

Tints of Brink Pink #FD6592

RGB

 RED value IS 253 (99.22% from 255) = 50.6%

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

 BLUE value IS 146 (57.42% from 255) = 29.2%

R = 50.6%
G = 20.2%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FD6592 (or 0xFD6592) is known color: Brink Pink. HEX triplet: FD, 65 and 92. RGB value is (253,101,146). Sum of RGB (Red+Green+Blue) = 253+101+146=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6592 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6592 is #029A6D. Grayscale: #979797. Windows color (decimal): -170606 or 9594365. OLE color: 9594365.

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

Color convert

RGB 253 101 146 -
CMYK 0 0.60 0.42 0.01
HSL 342.24º 0.97% 0.69% -
HSV(B) 342.24º 0.6% 0.99% -
XYZ 50.35 32.27 30.77 -
YUV 151.58 124.86 200.34 -
System Red Green Blue C M Y K H S L
Decimal 253 101 146 0 0.60 0.42 0.01 342.24 0.97 0.69
Hex FD 65 92 0 3C 2A 1 156 61 45
Octal 375 145 222 0 74 52 1 526 141 105
Binary 11111101 1100101 10010010 0 111100 101010 1 101010110 1100001 1000101

Color Harmonies of #FD6592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6592

Black with #FD6592

Text Example


Text Example

White with #FD6592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6592; }

 p { color: rgb(253,101,146); }

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

background-color css

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

 a { background-color: rgb(253,101,146); }

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

border-color css

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

 span { border-color: rgb(253,101,146); }

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