Html Css Color HEX #FD7390 Brink Pink

📋 copy color: '#FD7390'

red 253 ◦ green 115 ◦ blue 144

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

Shades of Brink Pink #FD7390

Tints of Brink Pink #FD7390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.13%

R = 49.41%
G = 22.46%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD7390 (or 0xFD7390) is known color: Brink Pink. HEX triplet: FD, 73 and 90. RGB value is (253,115,144). Sum of RGB (Red+Green+Blue) = 253+115+144=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7390 is #028C6F. Grayscale: #9F9F9F. Windows color (decimal): -167024 or 9466877. OLE color: 9466877.

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

Color convert

RGB 253 115 144 -
CMYK 0 0.55 0.43 0.01
HSL 347.39º 0.97% 0.72% -
HSV(B) 347.39º 0.55% 0.99% -
XYZ 51.67 35.16 30.45 -
YUV 159.57 119.22 194.64 -
System Red Green Blue C M Y K H S L
Decimal 253 115 144 0 0.55 0.43 0.01 347.39 0.97 0.72
Hex FD 73 90 0 37 2B 1 15B 61 48
Octal 375 163 220 0 67 53 1 533 141 110
Binary 11111101 1110011 10010000 0 110111 101011 1 101011011 1100001 1001000

Color Harmonies of #FD7390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7390

Black with #FD7390

Text Example


Text Example

White with #FD7390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7390; }

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

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

background-color css

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

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

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

border-color css

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

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

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