Html Css Color HEX #FE608B Brink Pink

📋 copy color: '#FE608B'

red 254 ◦ green 96 ◦ blue 139

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

Shades of Brink Pink #FE608B

Tints of Brink Pink #FE608B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.43%

R = 51.94%
G = 19.63%
B = 28.43%

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

#FE608B (or 0xFE608B) is known color: Brink Pink. HEX triplet: FE, 60 and 8B. RGB value is (254,96,139). Sum of RGB (Red+Green+Blue) = 254+96+139=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE608B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE608B is #019F74. Grayscale: #949494. Windows color (decimal): -106357 or 9134334. OLE color: 9134334.

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

Color convert

RGB 254 96 139 -
CMYK 0 0.62 0.45 0.00
HSL 343.67º 0.99% 0.69% -
HSV(B) 343.67º 0.62% 1% -
XYZ 49.72 31.3 27.85 -
YUV 148.14 122.85 203.5 -
System Red Green Blue C M Y K H S L
Decimal 254 96 139 0 0.62 0.45 0.00 343.67 0.99 0.69
Hex FE 60 8B 0 3E 2D 0 158 63 45
Octal 376 140 213 0 76 55 0 530 143 105
Binary 11111110 1100000 10001011 0 111110 101101 0 101011000 1100011 1000101

Color Harmonies of #FE608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE608B

Black with #FE608B

Text Example


Text Example

White with #FE608B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE608B; }

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

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

background-color css

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

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

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

border-color css

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

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

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