Html Css Color HEX #FF748E Brink Pink

📋 copy color: '#FF748E'

red 255 ◦ green 116 ◦ blue 142

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

Shades of Brink Pink #FF748E

Tints of Brink Pink #FF748E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.68%

R = 49.71%
G = 22.61%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF748E (or 0xFF748E) is known color: Brink Pink. HEX triplet: FF, 74 and 8E. RGB value is (255,116,142). Sum of RGB (Red+Green+Blue) = 255+116+142=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF748E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF748E is #008B71. Grayscale: #A0A0A0. Windows color (decimal): -35698 or 9336063. OLE color: 9336063.

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

Color convert

RGB 255 116 142 -
CMYK 0 0.55 0.44 0
HSL 348.78º 1% 0.73% -
HSV(B) 348.78º 0.55% 1% -
XYZ 52.37 35.7 29.72 -
YUV 160.53 117.55 195.39 -
System Red Green Blue C M Y K H S L
Decimal 255 116 142 0 0.55 0.44 0 348.78 1 0.73
Hex FF 74 8E 0 37 2C 0 15D 64 49
Octal 377 164 216 0 67 54 0 535 144 111
Binary 11111111 1110100 10001110 0 110111 101100 0 101011101 1100100 1001001

Color Harmonies of #FF748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF748E

Black with #FF748E

Text Example


Text Example

White with #FF748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF748E; }

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

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

background-color css

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

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

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

border-color css

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

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

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