Html Css Color HEX #FE738A Brink Pink

📋 copy color: '#FE738A'

red 254 ◦ green 115 ◦ blue 138

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

Shades of Brink Pink #FE738A

Tints of Brink Pink #FE738A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.22%

R = 50.1%
G = 22.68%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE738A (or 0xFE738A) is known color: Brink Pink. HEX triplet: FE, 73 and 8A. RGB value is (254,115,138). Sum of RGB (Red+Green+Blue) = 254+115+138=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE738A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE738A is #018C75. Grayscale: #9F9F9F. Windows color (decimal): -101494 or 9073662. OLE color: 9073662.

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

Color convert

RGB 254 115 138 -
CMYK 0 0.55 0.46 0.00
HSL 350.07º 0.99% 0.72% -
HSV(B) 350.07º 0.55% 1% -
XYZ 51.59 35.17 28.11 -
YUV 159.18 116.05 195.63 -
System Red Green Blue C M Y K H S L
Decimal 254 115 138 0 0.55 0.46 0.00 350.07 0.99 0.72
Hex FE 73 8A 0 37 2E 0 15E 63 48
Octal 376 163 212 0 67 56 0 536 143 110
Binary 11111110 1110011 10001010 0 110111 101110 0 101011110 1100011 1001000

Color Harmonies of #FE738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE738A

Black with #FE738A

Text Example


Text Example

White with #FE738A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE738A; }

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

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

background-color css

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

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

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

border-color css

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

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

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