Html Css Color HEX #FD6791 Brink Pink

📋 copy color: '#FD6791'

red 253 ◦ green 103 ◦ blue 145

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

Shades of Brink Pink #FD6791

Tints of Brink Pink #FD6791

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.56%

 BLUE value IS 145 (57.03% from 255) = 28.94%

R = 50.5%
G = 20.56%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD6791 (or 0xFD6791) is known color: Brink Pink. HEX triplet: FD, 67 and 91. RGB value is (253,103,145). Sum of RGB (Red+Green+Blue) = 253+103+145=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6791 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6791 is #02986E. Grayscale: #989898. Windows color (decimal): -170095 or 9529341. OLE color: 9529341.

HSL color Cylindrical-coordinate representation of color #FD6791: hue angle of 343.2º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FD6791 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 103 145 -
CMYK 0 0.59 0.43 0.01
HSL 343.2º 0.97% 0.7% -
HSV(B) 343.2º 0.59% 0.99% -
XYZ 50.47 32.63 30.43 -
YUV 152.64 123.7 199.58 -
System Red Green Blue C M Y K H S L
Decimal 253 103 145 0 0.59 0.43 0.01 343.2 0.97 0.7
Hex FD 67 91 0 3B 2B 1 157 61 46
Octal 375 147 221 0 73 53 1 527 141 106
Binary 11111101 1100111 10010001 0 111011 101011 1 101010111 1100001 1000110

Color Harmonies of #FD6791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6791

Black with #FD6791

Text Example


Text Example

White with #FD6791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6791; }

 p { color: rgb(253,103,145); }

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

background-color css

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

 a { background-color: rgb(253,103,145); }

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

border-color css

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

 span { border-color: rgb(253,103,145); }

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