Html Css Color HEX #FE618C Brink Pink

📋 copy color: '#FE618C'

red 254 ◦ green 97 ◦ blue 140

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

Shades of Brink Pink #FE618C

Tints of Brink Pink #FE618C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.76%

 BLUE value IS 140 (55.08% from 255) = 28.51%

R = 51.73%
G = 19.76%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE618C (or 0xFE618C) is known color: Brink Pink. HEX triplet: FE, 61 and 8C. RGB value is (254,97,140). Sum of RGB (Red+Green+Blue) = 254+97+140=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE618C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE618C is #019E73. Grayscale: #949494. Windows color (decimal): -106100 or 9200126. OLE color: 9200126.

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

Color convert

RGB 254 97 140 -
CMYK 0 0.62 0.45 0.00
HSL 343.57º 0.99% 0.69% -
HSV(B) 343.57º 0.62% 1% -
XYZ 49.88 31.51 28.26 -
YUV 148.85 123.01 203 -
System Red Green Blue C M Y K H S L
Decimal 254 97 140 0 0.62 0.45 0.00 343.57 0.99 0.69
Hex FE 61 8C 0 3E 2D 0 158 63 45
Octal 376 141 214 0 76 55 0 530 143 105
Binary 11111110 1100001 10001100 0 111110 101101 0 101011000 1100011 1000101

Color Harmonies of #FE618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE618C

Black with #FE618C

Text Example


Text Example

White with #FE618C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE618C; }

 p { color: rgb(254,97,140); }

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

background-color css

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

 a { background-color: rgb(254,97,140); }

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

border-color css

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

 span { border-color: rgb(254,97,140); }

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