Html Css Color HEX #FE7C85 Brink Pink

📋 copy color: '#FE7C85'

red 254 ◦ green 124 ◦ blue 133

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

Shades of Brink Pink #FE7C85

Tints of Brink Pink #FE7C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.27%

 BLUE value IS 133 (52.34% from 255) = 26.03%

R = 49.71%
G = 24.27%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE7C85 (or 0xFE7C85) is known color: Brink Pink. HEX triplet: FE, 7C and 85. RGB value is (254,124,133). Sum of RGB (Red+Green+Blue) = 254+124+133=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7C85 is #01837A. Grayscale: #A3A3A3. Windows color (decimal): -99195 or 8748286. OLE color: 8748286.

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

Color convert

RGB 254 124 133 -
CMYK 0 0.51 0.48 0.00
HSL 355.85º 0.98% 0.74% -
HSV(B) 355.85º 0.51% 1% -
XYZ 52.31 37.18 26.61 -
YUV 163.9 110.57 192.27 -
System Red Green Blue C M Y K H S L
Decimal 254 124 133 0 0.51 0.48 0.00 355.85 0.98 0.74
Hex FE 7C 85 0 33 30 0 164 62 4A
Octal 376 174 205 0 63 60 0 544 142 112
Binary 11111110 1111100 10000101 0 110011 110000 0 101100100 1100010 1001010

Color Harmonies of #FE7C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7C85

Black with #FE7C85

Text Example


Text Example

White with #FE7C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7C85; }

 p { color: rgb(254,124,133); }

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

background-color css

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

 a { background-color: rgb(254,124,133); }

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

border-color css

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

 span { border-color: rgb(254,124,133); }

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