Html Css Color HEX #FD758A Brink Pink

📋 copy color: '#FD758A'

red 253 ◦ green 117 ◦ blue 138

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

Shades of Brink Pink #FD758A

Tints of Brink Pink #FD758A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.03%

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

R = 49.8%
G = 23.03%
B = 27.17%

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

#FD758A (or 0xFD758A) is known color: Brink Pink. HEX triplet: FD, 75 and 8A. RGB value is (253,117,138). Sum of RGB (Red+Green+Blue) = 253+117+138=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FD758A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD758A is #028A75. Grayscale: #A0A0A0. Windows color (decimal): -166518 or 9074173. OLE color: 9074173.

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

Color convert

RGB 253 117 138 -
CMYK 0 0.54 0.45 0.01
HSL 350.74º 0.97% 0.73% -
HSV(B) 350.74º 0.54% 0.99% -
XYZ 51.46 35.44 28.17 -
YUV 160.06 115.56 194.29 -
System Red Green Blue C M Y K H S L
Decimal 253 117 138 0 0.54 0.45 0.01 350.74 0.97 0.73
Hex FD 75 8A 0 36 2D 1 15F 61 49
Octal 375 165 212 0 66 55 1 537 141 111
Binary 11111101 1110101 10001010 0 110110 101101 1 101011111 1100001 1001001

Color Harmonies of #FD758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD758A

Black with #FD758A

Text Example


Text Example

White with #FD758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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