Html Css Color HEX #FF748F Brink Pink

📋 copy color: '#FF748F'

red 255 ◦ green 116 ◦ blue 143

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

Shades of Brink Pink #FF748F

Tints of Brink Pink #FF748F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.82%

R = 49.61%
G = 22.57%
B = 27.82%

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

#FF748F (or 0xFF748F) is known color: Brink Pink. HEX triplet: FF, 74 and 8F. RGB value is (255,116,143). Sum of RGB (Red+Green+Blue) = 255+116+143=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF748F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF748F is #008B70. Grayscale: #A0A0A0. Windows color (decimal): -35697 or 9401599. OLE color: 9401599.

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

Color convert

RGB 255 116 143 -
CMYK 0 0.55 0.44 0
HSL 348.35º 1% 0.73% -
HSV(B) 348.35º 0.55% 1% -
XYZ 52.44 35.73 30.12 -
YUV 160.64 118.05 195.3 -
System Red Green Blue C M Y K H S L
Decimal 255 116 143 0 0.55 0.44 0 348.35 1 0.73
Hex FF 74 8F 0 37 2C 0 15C 64 49
Octal 377 164 217 0 67 54 0 534 144 111
Binary 11111111 1110100 10001111 0 110111 101100 0 101011100 1100100 1001001

Color Harmonies of #FF748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF748F

Black with #FF748F

Text Example


Text Example

White with #FF748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF748F; }

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

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

background-color css

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

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

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

border-color css

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

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

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