Html Css Color HEX #FE737D Brink Pink

📋 copy color: '#FE737D'

red 254 ◦ green 115 ◦ blue 125

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

Shades of Brink Pink #FE737D

Tints of Brink Pink #FE737D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.3%

R = 51.42%
G = 23.28%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE737D (or 0xFE737D) is known color: Brink Pink. HEX triplet: FE, 73 and 7D. RGB value is (254,115,125). Sum of RGB (Red+Green+Blue) = 254+115+125=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE737D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE737D is #018C82. Grayscale: #9D9D9D. Windows color (decimal): -101507 or 8221694. OLE color: 8221694.

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

Color convert

RGB 254 115 125 -
CMYK 0 0.55 0.51 0.00
HSL 355.68º 0.99% 0.72% -
HSV(B) 355.68º 0.55% 1% -
XYZ 50.71 34.81 23.45 -
YUV 157.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 254 115 125 0 0.55 0.51 0.00 355.68 0.99 0.72
Hex FE 73 7D 0 37 33 0 164 63 48
Octal 376 163 175 0 67 63 0 544 143 110
Binary 11111110 1110011 1111101 0 110111 110011 0 101100100 1100011 1001000

Color Harmonies of #FE737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE737D

Black with #FE737D

Text Example


Text Example

White with #FE737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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