Html Css Color HEX #FE757D Brink Pink

📋 copy color: '#FE757D'

red 254 ◦ green 117 ◦ blue 125

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

Shades of Brink Pink #FE757D

Tints of Brink Pink #FE757D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.59%

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

R = 51.21%
G = 23.59%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE757D (or 0xFE757D) is known color: Brink Pink. HEX triplet: FE, 75 and 7D. RGB value is (254,117,125). Sum of RGB (Red+Green+Blue) = 254+117+125=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE757D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE757D is #018A82. Grayscale: #9E9E9E. Windows color (decimal): -100995 or 8222206. OLE color: 8222206.

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

Color convert

RGB 254 117 125 -
CMYK 0 0.54 0.51 0.00
HSL 356.5º 0.99% 0.73% -
HSV(B) 356.5º 0.54% 1% -
XYZ 50.94 35.27 23.53 -
YUV 158.88 108.89 195.85 -
System Red Green Blue C M Y K H S L
Decimal 254 117 125 0 0.54 0.51 0.00 356.5 0.99 0.73
Hex FE 75 7D 0 36 33 0 164 63 49
Octal 376 165 175 0 66 63 0 544 143 111
Binary 11111110 1110101 1111101 0 110110 110011 0 101100100 1100011 1001001

Color Harmonies of #FE757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE757D

Black with #FE757D

Text Example


Text Example

White with #FE757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE757D; }

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

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

background-color css

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

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

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

border-color css

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

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

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