Html Css Color HEX #FD7385 Brink Pink

📋 copy color: '#FD7385'

red 253 ◦ green 115 ◦ blue 133

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

Shades of Brink Pink #FD7385

Tints of Brink Pink #FD7385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.95%

 BLUE value IS 133 (52.34% from 255) = 26.55%

R = 50.5%
G = 22.95%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD7385 (or 0xFD7385) is known color: Brink Pink. HEX triplet: FD, 73 and 85. RGB value is (253,115,133). Sum of RGB (Red+Green+Blue) = 253+115+133=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7385 is #028C7A. Grayscale: #9E9E9E. Windows color (decimal): -167035 or 8745981. OLE color: 8745981.

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

Color convert

RGB 253 115 133 -
CMYK 0 0.55 0.47 0.01
HSL 352.17º 0.97% 0.72% -
HSV(B) 352.17º 0.55% 0.99% -
XYZ 50.87 34.84 26.23 -
YUV 158.31 113.72 195.54 -
System Red Green Blue C M Y K H S L
Decimal 253 115 133 0 0.55 0.47 0.01 352.17 0.97 0.72
Hex FD 73 85 0 37 2F 1 160 61 48
Octal 375 163 205 0 67 57 1 540 141 110
Binary 11111101 1110011 10000101 0 110111 101111 1 101100000 1100001 1001000

Color Harmonies of #FD7385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7385

Black with #FD7385

Text Example


Text Example

White with #FD7385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7385; }

 p { color: rgb(253,115,133); }

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

background-color css

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

 a { background-color: rgb(253,115,133); }

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

border-color css

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

 span { border-color: rgb(253,115,133); }

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