Html Css Color HEX #FD6781 Brink Pink

📋 copy color: '#FD6781'

red 253 ◦ green 103 ◦ blue 129

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

Shades of Brink Pink #FD6781

Tints of Brink Pink #FD6781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.6%

R = 52.16%
G = 21.24%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD6781 (or 0xFD6781) is known color: Brink Pink. HEX triplet: FD, 67 and 81. RGB value is (253,103,129). Sum of RGB (Red+Green+Blue) = 253+103+129=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6781 is #02987E. Grayscale: #969696. Windows color (decimal): -170111 or 8480765. OLE color: 8480765.

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

Color convert

RGB 253 103 129 -
CMYK 0 0.59 0.49 0.01
HSL 349.6º 0.97% 0.7% -
HSV(B) 349.6º 0.59% 0.99% -
XYZ 49.32 32.17 24.38 -
YUV 150.81 115.7 200.89 -
System Red Green Blue C M Y K H S L
Decimal 253 103 129 0 0.59 0.49 0.01 349.6 0.97 0.7
Hex FD 67 81 0 3B 31 1 15E 61 46
Octal 375 147 201 0 73 61 1 536 141 106
Binary 11111101 1100111 10000001 0 111011 110001 1 101011110 1100001 1000110

Color Harmonies of #FD6781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6781

Black with #FD6781

Text Example


Text Example

White with #FD6781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6781; }

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

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

background-color css

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

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

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

border-color css

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

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

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