Html Css Color HEX #FE7283 Brink Pink

📋 copy color: '#FE7283'

red 254 ◦ green 114 ◦ blue 131

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

Shades of Brink Pink #FE7283

Tints of Brink Pink #FE7283

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.85%

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

R = 50.9%
G = 22.85%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE7283 (or 0xFE7283) is known color: Brink Pink. HEX triplet: FE, 72 and 83. RGB value is (254,114,131). Sum of RGB (Red+Green+Blue) = 254+114+131=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7283 is #018D7C. Grayscale: #9D9D9D. Windows color (decimal): -101757 or 8614654. OLE color: 8614654.

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

Color convert

RGB 254 114 131 -
CMYK 0 0.55 0.48 0.00
HSL 352.71º 0.99% 0.72% -
HSV(B) 352.71º 0.55% 1% -
XYZ 50.99 34.74 25.49 -
YUV 157.8 112.88 196.62 -
System Red Green Blue C M Y K H S L
Decimal 254 114 131 0 0.55 0.48 0.00 352.71 0.99 0.72
Hex FE 72 83 0 37 30 0 161 63 48
Octal 376 162 203 0 67 60 0 541 143 110
Binary 11111110 1110010 10000011 0 110111 110000 0 101100001 1100011 1001000

Color Harmonies of #FE7283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7283

Black with #FE7283

Text Example


Text Example

White with #FE7283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7283; }

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

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

background-color css

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

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

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

border-color css

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

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

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