Html Css Color HEX #FF748C Brink Pink

📋 copy color: '#FF748C'

red 255 ◦ green 116 ◦ blue 140

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

Shades of Brink Pink #FF748C

Tints of Brink Pink #FF748C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.7%

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

R = 49.9%
G = 22.7%
B = 27.4%

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

#FF748C (or 0xFF748C) is known color: Brink Pink. HEX triplet: FF, 74 and 8C. RGB value is (255,116,140). Sum of RGB (Red+Green+Blue) = 255+116+140=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF748C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF748C is #008B73. Grayscale: #A0A0A0. Windows color (decimal): -35700 or 9204991. OLE color: 9204991.

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

Color convert

RGB 255 116 140 -
CMYK 0 0.55 0.45 0
HSL 349.64º 1% 0.73% -
HSV(B) 349.64º 0.55% 1% -
XYZ 52.22 35.64 28.94 -
YUV 160.3 116.55 195.55 -
System Red Green Blue C M Y K H S L
Decimal 255 116 140 0 0.55 0.45 0 349.64 1 0.73
Hex FF 74 8C 0 37 2D 0 15E 64 49
Octal 377 164 214 0 67 55 0 536 144 111
Binary 11111111 1110100 10001100 0 110111 101101 0 101011110 1100100 1001001

Color Harmonies of #FF748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF748C

Black with #FF748C

Text Example


Text Example

White with #FF748C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF748C; }

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

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

background-color css

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

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

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

border-color css

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

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

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