Html Css Color HEX #FD6594 Brink Pink

📋 copy color: '#FD6594'

red 253 ◦ green 101 ◦ blue 148

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

Shades of Brink Pink #FD6594

Tints of Brink Pink #FD6594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.48%

R = 50.4%
G = 20.12%
B = 29.48%

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

#FD6594 (or 0xFD6594) is known color: Brink Pink. HEX triplet: FD, 65 and 94. RGB value is (253,101,148). Sum of RGB (Red+Green+Blue) = 253+101+148=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6594 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6594 is #029A6B. Grayscale: #979797. Windows color (decimal): -170604 or 9725437. OLE color: 9725437.

HSL color Cylindrical-coordinate representation of color #FD6594: hue angle of 341.45º 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 #FD6594 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 101 148 -
CMYK 0 0.60 0.42 0.01
HSL 341.45º 0.97% 0.69% -
HSV(B) 341.45º 0.6% 0.99% -
XYZ 50.51 32.33 31.59 -
YUV 151.81 125.86 200.18 -
System Red Green Blue C M Y K H S L
Decimal 253 101 148 0 0.60 0.42 0.01 341.45 0.97 0.69
Hex FD 65 94 0 3C 2A 1 155 61 45
Octal 375 145 224 0 74 52 1 525 141 105
Binary 11111101 1100101 10010100 0 111100 101010 1 101010101 1100001 1000101

Color Harmonies of #FD6594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6594

Black with #FD6594

Text Example


Text Example

White with #FD6594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6594; }

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

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

background-color css

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

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

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

border-color css

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

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

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