Html Css Color HEX #FE608D Brink Pink

📋 copy color: '#FE608D'

red 254 ◦ green 96 ◦ blue 141

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

Shades of Brink Pink #FE608D

Tints of Brink Pink #FE608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.55%

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

R = 51.73%
G = 19.55%
B = 28.72%

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

#FE608D (or 0xFE608D) is known color: Brink Pink. HEX triplet: FE, 60 and 8D. RGB value is (254,96,141). Sum of RGB (Red+Green+Blue) = 254+96+141=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE608D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE608D is #019F72. Grayscale: #949494. Windows color (decimal): -106355 or 9265406. OLE color: 9265406.

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

Color convert

RGB 254 96 141 -
CMYK 0 0.62 0.44 0.00
HSL 342.91º 0.99% 0.69% -
HSV(B) 342.91º 0.62% 1% -
XYZ 49.86 31.36 28.62 -
YUV 148.37 123.85 203.34 -
System Red Green Blue C M Y K H S L
Decimal 254 96 141 0 0.62 0.44 0.00 342.91 0.99 0.69
Hex FE 60 8D 0 3E 2C 0 157 63 45
Octal 376 140 215 0 76 54 0 527 143 105
Binary 11111110 1100000 10001101 0 111110 101100 0 101010111 1100011 1000101

Color Harmonies of #FE608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE608D

Black with #FE608D

Text Example


Text Example

White with #FE608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE608D; }

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

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

background-color css

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

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

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

border-color css

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

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

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