Html Css Color HEX #FE7983 Brink Pink

📋 copy color: '#FE7983'

red 254 ◦ green 121 ◦ blue 131

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

Shades of Brink Pink #FE7983

Tints of Brink Pink #FE7983

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.91%

 BLUE value IS 131 (51.56% from 255) = 25.89%

R = 50.2%
G = 23.91%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE7983 (or 0xFE7983) is known color: Brink Pink. HEX triplet: FE, 79 and 83. RGB value is (254,121,131). Sum of RGB (Red+Green+Blue) = 254+121+131=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7983 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7983 is #01867C. Grayscale: #A2A2A2. Windows color (decimal): -99965 or 8616446. OLE color: 8616446.

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

Color convert

RGB 254 121 131 -
CMYK 0 0.52 0.48 0.00
HSL 355.49º 0.99% 0.74% -
HSV(B) 355.49º 0.52% 1% -
XYZ 51.81 36.38 25.77 -
YUV 161.91 110.56 193.69 -
System Red Green Blue C M Y K H S L
Decimal 254 121 131 0 0.52 0.48 0.00 355.49 0.99 0.74
Hex FE 79 83 0 34 30 0 163 63 4A
Octal 376 171 203 0 64 60 0 543 143 112
Binary 11111110 1111001 10000011 0 110100 110000 0 101100011 1100011 1001010

Color Harmonies of #FE7983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7983

Black with #FE7983

Text Example


Text Example

White with #FE7983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7983; }

 p { color: rgb(254,121,131); }

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

background-color css

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

 a { background-color: rgb(254,121,131); }

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

border-color css

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

 span { border-color: rgb(254,121,131); }

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