Html Css Color HEX #FD768A Brink Pink

📋 copy color: '#FD768A'

red 253 ◦ green 118 ◦ blue 138

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

Shades of Brink Pink #FD768A

Tints of Brink Pink #FD768A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.18%

 BLUE value IS 138 (54.3% from 255) = 27.11%

R = 49.71%
G = 23.18%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD768A (or 0xFD768A) is known color: Brink Pink. HEX triplet: FD, 76 and 8A. RGB value is (253,118,138). Sum of RGB (Red+Green+Blue) = 253+118+138=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FD768A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD768A is #028975. Grayscale: #A0A0A0. Windows color (decimal): -166262 or 9074429. OLE color: 9074429.

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

Color convert

RGB 253 118 138 -
CMYK 0 0.53 0.45 0.01
HSL 351.11º 0.97% 0.73% -
HSV(B) 351.11º 0.53% 0.99% -
XYZ 51.57 35.67 28.21 -
YUV 160.65 115.23 193.87 -
System Red Green Blue C M Y K H S L
Decimal 253 118 138 0 0.53 0.45 0.01 351.11 0.97 0.73
Hex FD 76 8A 0 35 2D 1 15F 61 49
Octal 375 166 212 0 65 55 1 537 141 111
Binary 11111101 1110110 10001010 0 110101 101101 1 101011111 1100001 1001001

Color Harmonies of #FD768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD768A

Black with #FD768A

Text Example


Text Example

White with #FD768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD768A; }

 p { color: rgb(253,118,138); }

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

background-color css

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

 a { background-color: rgb(253,118,138); }

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

border-color css

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

 span { border-color: rgb(253,118,138); }

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