Html Css Color HEX #FE738D Brink Pink

📋 copy color: '#FE738D'

red 254 ◦ green 115 ◦ blue 141

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

Shades of Brink Pink #FE738D

Tints of Brink Pink #FE738D

RGB

 RED value IS 254 (99.61% from 255) = 49.8%

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

 BLUE value IS 141 (55.47% from 255) = 27.65%

R = 49.8%
G = 22.55%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE738D (or 0xFE738D) is known color: Brink Pink. HEX triplet: FE, 73 and 8D. RGB value is (254,115,141). Sum of RGB (Red+Green+Blue) = 254+115+141=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE738D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE738D is #018C72. Grayscale: #9F9F9F. Windows color (decimal): -101491 or 9270270. OLE color: 9270270.

HSL color Cylindrical-coordinate representation of color #FE738D: hue angle of 348.78º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE738D is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 115 141 -
CMYK 0 0.55 0.44 0.00
HSL 348.78º 0.99% 0.72% -
HSV(B) 348.78º 0.55% 1% -
XYZ 51.81 35.26 29.27 -
YUV 159.53 117.55 195.39 -
System Red Green Blue C M Y K H S L
Decimal 254 115 141 0 0.55 0.44 0.00 348.78 0.99 0.72
Hex FE 73 8D 0 37 2C 0 15D 63 48
Octal 376 163 215 0 67 54 0 535 143 110
Binary 11111110 1110011 10001101 0 110111 101100 0 101011101 1100011 1001000

Color Harmonies of #FE738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE738D

Black with #FE738D

Text Example


Text Example

White with #FE738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE738D; }

 p { color: rgb(254,115,141); }

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

background-color css

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

 a { background-color: rgb(254,115,141); }

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

border-color css

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

 span { border-color: rgb(254,115,141); }

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