Html Css Color HEX #FD748A Brink Pink

📋 copy color: '#FD748A'

red 253 ◦ green 116 ◦ blue 138

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

Shades of Brink Pink #FD748A

Tints of Brink Pink #FD748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.88%

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

R = 49.9%
G = 22.88%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD748A (or 0xFD748A) is known color: Brink Pink. HEX triplet: FD, 74 and 8A. RGB value is (253,116,138). Sum of RGB (Red+Green+Blue) = 253+116+138=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD748A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD748A is #028B75. Grayscale: #9F9F9F. Windows color (decimal): -166774 or 9073917. OLE color: 9073917.

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

Color convert

RGB 253 116 138 -
CMYK 0 0.54 0.45 0.01
HSL 350.37º 0.97% 0.72% -
HSV(B) 350.37º 0.54% 0.99% -
XYZ 51.34 35.21 28.13 -
YUV 159.47 115.89 194.71 -
System Red Green Blue C M Y K H S L
Decimal 253 116 138 0 0.54 0.45 0.01 350.37 0.97 0.72
Hex FD 74 8A 0 36 2D 1 15E 61 48
Octal 375 164 212 0 66 55 1 536 141 110
Binary 11111101 1110100 10001010 0 110110 101101 1 101011110 1100001 1001000

Color Harmonies of #FD748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD748A

Black with #FD748A

Text Example


Text Example

White with #FD748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD748A; }

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

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

background-color css

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

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

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

border-color css

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

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

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