Html Css Color HEX #FF757B Brink Pink

📋 copy color: '#FF757B'

red 255 ◦ green 117 ◦ blue 123

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

Shades of Brink Pink #FF757B

Tints of Brink Pink #FF757B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.85%

R = 51.52%
G = 23.64%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF757B (or 0xFF757B) is known color: Brink Pink. HEX triplet: FF, 75 and 7B. RGB value is (255,117,123). Sum of RGB (Red+Green+Blue) = 255+117+123=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF757B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF757B is #008A84. Grayscale: #9F9F9F. Windows color (decimal): -35461 or 8091135. OLE color: 8091135.

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

Color convert

RGB 255 117 123 -
CMYK 0 0.54 0.52 0
HSL 357.39º 1% 0.73% -
HSV(B) 357.39º 0.54% 1% -
XYZ 51.18 35.41 22.88 -
YUV 158.95 107.72 196.51 -
System Red Green Blue C M Y K H S L
Decimal 255 117 123 0 0.54 0.52 0 357.39 1 0.73
Hex FF 75 7B 0 36 34 0 165 64 49
Octal 377 165 173 0 66 64 0 545 144 111
Binary 11111111 1110101 1111011 0 110110 110100 0 101100101 1100100 1001001

Color Harmonies of #FF757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF757B

Black with #FF757B

Text Example


Text Example

White with #FF757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF757B; }

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

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

background-color css

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

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

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

border-color css

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

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

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