Html Css Color HEX #FF738D Brink Pink

📋 copy color: '#FF738D'

red 255 ◦ green 115 ◦ blue 141

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

Shades of Brink Pink #FF738D

Tints of Brink Pink #FF738D

RGB

 RED value IS 255 (100% from 255) = 49.9%

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

 BLUE value IS 141 (55.47% from 255) = 27.59%

R = 49.9%
G = 22.5%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF738D (or 0xFF738D) is known color: Brink Pink. HEX triplet: FF, 73 and 8D. RGB value is (255,115,141). Sum of RGB (Red+Green+Blue) = 255+115+141=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF738D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF738D is #008C72. Grayscale: #9F9F9F. Windows color (decimal): -35955 or 9270271. OLE color: 9270271.

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

Color convert

RGB 255 115 141 -
CMYK 0 0.55 0.45 0
HSL 348.86º 1% 0.73% -
HSV(B) 348.86º 0.55% 1% -
XYZ 52.18 35.44 29.29 -
YUV 159.82 117.38 195.89 -
System Red Green Blue C M Y K H S L
Decimal 255 115 141 0 0.55 0.45 0 348.86 1 0.73
Hex FF 73 8D 0 37 2D 0 15D 64 49
Octal 377 163 215 0 67 55 0 535 144 111
Binary 11111111 1110011 10001101 0 110111 101101 0 101011101 1100100 1001001

Color Harmonies of #FF738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF738D

Black with #FF738D

Text Example


Text Example

White with #FF738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF738D; }

 p { color: rgb(255,115,141); }

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

background-color css

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

 a { background-color: rgb(255,115,141); }

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

border-color css

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

 span { border-color: rgb(255,115,141); }

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