Html Css Color HEX #FE628D Brink Pink

📋 copy color: '#FE628D'

red 254 ◦ green 98 ◦ blue 141

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

Shades of Brink Pink #FE628D

Tints of Brink Pink #FE628D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.88%

 BLUE value IS 141 (55.47% from 255) = 28.6%

R = 51.52%
G = 19.88%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE628D (or 0xFE628D) is known color: Brink Pink. HEX triplet: FE, 62 and 8D. RGB value is (254,98,141). Sum of RGB (Red+Green+Blue) = 254+98+141=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE628D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE628D is #019D72. Grayscale: #959595. Windows color (decimal): -105843 or 9265918. OLE color: 9265918.

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

Color convert

RGB 254 98 141 -
CMYK 0 0.61 0.44 0.00
HSL 343.46º 0.99% 0.69% -
HSV(B) 343.46º 0.61% 1% -
XYZ 50.05 31.73 28.69 -
YUV 149.55 123.18 202.5 -
System Red Green Blue C M Y K H S L
Decimal 254 98 141 0 0.61 0.44 0.00 343.46 0.99 0.69
Hex FE 62 8D 0 3D 2C 0 157 63 45
Octal 376 142 215 0 75 54 0 527 143 105
Binary 11111110 1100010 10001101 0 111101 101100 0 101010111 1100011 1000101

Color Harmonies of #FE628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE628D

Black with #FE628D

Text Example


Text Example

White with #FE628D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE628D; }

 p { color: rgb(254,98,141); }

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

background-color css

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

 a { background-color: rgb(254,98,141); }

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

border-color css

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

 span { border-color: rgb(254,98,141); }

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