Html Css Color HEX #FE647D Brink Pink

📋 copy color: '#FE647D'

red 254 ◦ green 100 ◦ blue 125

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

Shades of Brink Pink #FE647D

Tints of Brink Pink #FE647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.88%

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

R = 53.03%
G = 20.88%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE647D (or 0xFE647D) is known color: Brink Pink. HEX triplet: FE, 64 and 7D. RGB value is (254,100,125). Sum of RGB (Red+Green+Blue) = 254+100+125=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE647D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE647D is #019B82. Grayscale: #949494. Windows color (decimal): -105347 or 8217854. OLE color: 8217854.

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

Color convert

RGB 254 100 125 -
CMYK 0 0.61 0.51 0.00
HSL 350.26º 0.99% 0.69% -
HSV(B) 350.26º 0.61% 1% -
XYZ 49.13 31.67 22.92 -
YUV 148.9 114.52 202.97 -
System Red Green Blue C M Y K H S L
Decimal 254 100 125 0 0.61 0.51 0.00 350.26 0.99 0.69
Hex FE 64 7D 0 3D 33 0 15E 63 45
Octal 376 144 175 0 75 63 0 536 143 105
Binary 11111110 1100100 1111101 0 111101 110011 0 101011110 1100011 1000101

Color Harmonies of #FE647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE647D

Black with #FE647D

Text Example


Text Example

White with #FE647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE647D; }

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

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

background-color css

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

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

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

border-color css

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

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

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