Html Css Color HEX #FF758D Brink Pink

📋 copy color: '#FF758D'

red 255 ◦ green 117 ◦ blue 141

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

Shades of Brink Pink #FF758D

Tints of Brink Pink #FF758D

RGB

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

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

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

R = 49.71%
G = 22.81%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF758D (or 0xFF758D) is known color: Brink Pink. HEX triplet: FF, 75 and 8D. RGB value is (255,117,141). Sum of RGB (Red+Green+Blue) = 255+117+141=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF758D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF758D is #008A72. Grayscale: #A1A1A1. Windows color (decimal): -35443 or 9270783. OLE color: 9270783.

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

Color convert

RGB 255 117 141 -
CMYK 0 0.54 0.45 0
HSL 349.57º 1% 0.73% -
HSV(B) 349.57º 0.54% 1% -
XYZ 52.41 35.91 29.37 -
YUV 161 116.72 195.05 -
System Red Green Blue C M Y K H S L
Decimal 255 117 141 0 0.54 0.45 0 349.57 1 0.73
Hex FF 75 8D 0 36 2D 0 15E 64 49
Octal 377 165 215 0 66 55 0 536 144 111
Binary 11111111 1110101 10001101 0 110110 101101 0 101011110 1100100 1001001

Color Harmonies of #FF758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF758D

Black with #FF758D

Text Example


Text Example

White with #FF758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF758D; }

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

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

background-color css

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

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

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

border-color css

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

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

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