Html Css Color HEX #FE7175 Brink Pink

📋 copy color: '#FE7175'

red 254 ◦ green 113 ◦ blue 117

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

Shades of Brink Pink #FE7175

Tints of Brink Pink #FE7175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.35%

 BLUE value IS 117 (46.09% from 255) = 24.17%

R = 52.48%
G = 23.35%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE7175 (or 0xFE7175) is known color: Brink Pink. HEX triplet: FE, 71 and 75. RGB value is (254,113,117). Sum of RGB (Red+Green+Blue) = 254+113+117=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7175 is #018E8A. Grayscale: #9B9B9B. Windows color (decimal): -102027 or 7696894. OLE color: 7696894.

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

Color convert

RGB 254 113 117 -
CMYK 0 0.56 0.54 0.00
HSL 358.3º 0.99% 0.72% -
HSV(B) 358.3º 0.56% 1% -
XYZ 49.99 34.17 20.79 -
YUV 155.62 106.21 198.17 -
System Red Green Blue C M Y K H S L
Decimal 254 113 117 0 0.56 0.54 0.00 358.3 0.99 0.72
Hex FE 71 75 0 38 36 0 166 63 48
Octal 376 161 165 0 70 66 0 546 143 110
Binary 11111110 1110001 1110101 0 111000 110110 0 101100110 1100011 1001000

Color Harmonies of #FE7175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7175

Black with #FE7175

Text Example


Text Example

White with #FE7175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7175; }

 p { color: rgb(254,113,117); }

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

background-color css

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

 a { background-color: rgb(254,113,117); }

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

border-color css

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

 span { border-color: rgb(254,113,117); }

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