Html Css Color HEX #FF758C Brink Pink

📋 copy color: '#FF758C'

red 255 ◦ green 117 ◦ blue 140

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

Shades of Brink Pink #FF758C

Tints of Brink Pink #FF758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.34%

R = 49.8%
G = 22.85%
B = 27.34%

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

#FF758C (or 0xFF758C) is known color: Brink Pink. HEX triplet: FF, 75 and 8C. RGB value is (255,117,140). Sum of RGB (Red+Green+Blue) = 255+117+140=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF758C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF758C is #008A73. Grayscale: #A0A0A0. Windows color (decimal): -35444 or 9205247. OLE color: 9205247.

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

Color convert

RGB 255 117 140 -
CMYK 0 0.54 0.45 0
HSL 350º 1% 0.73% -
HSV(B) 350º 0.54% 1% -
XYZ 52.33 35.88 28.98 -
YUV 160.88 116.22 195.13 -
System Red Green Blue C M Y K H S L
Decimal 255 117 140 0 0.54 0.45 0 350 1 0.73
Hex FF 75 8C 0 36 2D 0 15E 64 49
Octal 377 165 214 0 66 55 0 536 144 111
Binary 11111111 1110101 10001100 0 110110 101101 0 101011110 1100100 1001001

Color Harmonies of #FF758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF758C

Black with #FF758C

Text Example


Text Example

White with #FF758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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