Html Css Color HEX #FF758B Brink Pink

📋 copy color: '#FF758B'

red 255 ◦ green 117 ◦ blue 139

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

Shades of Brink Pink #FF758B

Tints of Brink Pink #FF758B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.2%

R = 49.9%
G = 22.9%
B = 27.2%

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

#FF758B (or 0xFF758B) is known color: Brink Pink. HEX triplet: FF, 75 and 8B. RGB value is (255,117,139). Sum of RGB (Red+Green+Blue) = 255+117+139=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF758B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF758B is #008A74. Grayscale: #A0A0A0. Windows color (decimal): -35445 or 9139711. OLE color: 9139711.

HSL color Cylindrical-coordinate representation of color #FF758B: hue angle of 350.43º 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 #FF758B is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 255 117 139 -
CMYK 0 0.54 0.45 0
HSL 350.43º 1% 0.73% -
HSV(B) 350.43º 0.54% 1% -
XYZ 52.26 35.85 28.59 -
YUV 160.77 115.72 195.21 -
System Red Green Blue C M Y K H S L
Decimal 255 117 139 0 0.54 0.45 0 350.43 1 0.73
Hex FF 75 8B 0 36 2D 0 15E 64 49
Octal 377 165 213 0 66 55 0 536 144 111
Binary 11111111 1110101 10001011 0 110110 101101 0 101011110 1100100 1001001

Color Harmonies of #FF758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF758B

Black with #FF758B

Text Example


Text Example

White with #FF758B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF758B; }

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

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

background-color css

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

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

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

border-color css

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

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

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