Html Css Color HEX #FE628A Brink Pink

📋 copy color: '#FE628A'

red 254 ◦ green 98 ◦ blue 138

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

Shades of Brink Pink #FE628A

Tints of Brink Pink #FE628A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.16%

R = 51.84%
G = 20%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE628A (or 0xFE628A) is known color: Brink Pink. HEX triplet: FE, 62 and 8A. RGB value is (254,98,138). Sum of RGB (Red+Green+Blue) = 254+98+138=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE628A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE628A is #019D75. Grayscale: #959595. Windows color (decimal): -105846 or 9069310. OLE color: 9069310.

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

Color convert

RGB 254 98 138 -
CMYK 0 0.61 0.46 0.00
HSL 344.62º 0.99% 0.69% -
HSV(B) 344.62º 0.61% 1% -
XYZ 49.83 31.64 27.53 -
YUV 149.2 121.68 202.75 -
System Red Green Blue C M Y K H S L
Decimal 254 98 138 0 0.61 0.46 0.00 344.62 0.99 0.69
Hex FE 62 8A 0 3D 2E 0 159 63 45
Octal 376 142 212 0 75 56 0 531 143 105
Binary 11111110 1100010 10001010 0 111101 101110 0 101011001 1100011 1000101

Color Harmonies of #FE628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE628A

Black with #FE628A

Text Example


Text Example

White with #FE628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE628A; }

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

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

background-color css

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

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

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

border-color css

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

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

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