Html Css Color HEX #FF738E Brink Pink

📋 copy color: '#FF738E'

red 255 ◦ green 115 ◦ blue 142

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

Shades of Brink Pink #FF738E

Tints of Brink Pink #FF738E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.46%

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

R = 49.8%
G = 22.46%
B = 27.73%

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

#FF738E (or 0xFF738E) is known color: Brink Pink. HEX triplet: FF, 73 and 8E. RGB value is (255,115,142). Sum of RGB (Red+Green+Blue) = 255+115+142=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF738E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF738E is #008C71. Grayscale: #9F9F9F. Windows color (decimal): -35954 or 9335807. OLE color: 9335807.

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

Color convert

RGB 255 115 142 -
CMYK 0 0.55 0.44 0
HSL 348.43º 1% 0.73% -
HSV(B) 348.43º 0.55% 1% -
XYZ 52.25 35.47 29.68 -
YUV 159.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 255 115 142 0 0.55 0.44 0 348.43 1 0.73
Hex FF 73 8E 0 37 2C 0 15C 64 49
Octal 377 163 216 0 67 54 0 534 144 111
Binary 11111111 1110011 10001110 0 110111 101100 0 101011100 1100100 1001001

Color Harmonies of #FF738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF738E

Black with #FF738E

Text Example


Text Example

White with #FF738E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF738E; }

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

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

background-color css

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

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

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

border-color css

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

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

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