Html Css Color HEX #FE618F Brink Pink

📋 copy color: '#FE618F'

red 254 ◦ green 97 ◦ blue 143

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

Shades of Brink Pink #FE618F

Tints of Brink Pink #FE618F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.95%

R = 51.42%
G = 19.64%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE618F (or 0xFE618F) is known color: Brink Pink. HEX triplet: FE, 61 and 8F. RGB value is (254,97,143). Sum of RGB (Red+Green+Blue) = 254+97+143=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE618F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE618F is #019E70. Grayscale: #959595. Windows color (decimal): -106097 or 9396734. OLE color: 9396734.

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

Color convert

RGB 254 97 143 -
CMYK 0 0.62 0.44 0.00
HSL 342.42º 0.99% 0.69% -
HSV(B) 342.42º 0.62% 1% -
XYZ 50.11 31.6 29.45 -
YUV 149.19 124.51 202.76 -
System Red Green Blue C M Y K H S L
Decimal 254 97 143 0 0.62 0.44 0.00 342.42 0.99 0.69
Hex FE 61 8F 0 3E 2C 0 156 63 45
Octal 376 141 217 0 76 54 0 526 143 105
Binary 11111110 1100001 10001111 0 111110 101100 0 101010110 1100011 1000101

Color Harmonies of #FE618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE618F

Black with #FE618F

Text Example


Text Example

White with #FE618F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE618F; }

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

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

background-color css

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

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

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

border-color css

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

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

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