Html Css Color HEX #FE608C Brink Pink

📋 copy color: '#FE608C'

red 254 ◦ green 96 ◦ blue 140

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

Shades of Brink Pink #FE608C

Tints of Brink Pink #FE608C

RGB

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

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

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

R = 51.84%
G = 19.59%
B = 28.57%

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

#FE608C (or 0xFE608C) is known color: Brink Pink. HEX triplet: FE, 60 and 8C. RGB value is (254,96,140). Sum of RGB (Red+Green+Blue) = 254+96+140=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE608C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE608C is #019F73. Grayscale: #949494. Windows color (decimal): -106356 or 9199870. OLE color: 9199870.

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

Color convert

RGB 254 96 140 -
CMYK 0 0.62 0.45 0.00
HSL 343.29º 0.99% 0.69% -
HSV(B) 343.29º 0.62% 1% -
XYZ 49.79 31.33 28.23 -
YUV 148.26 123.35 203.42 -
System Red Green Blue C M Y K H S L
Decimal 254 96 140 0 0.62 0.45 0.00 343.29 0.99 0.69
Hex FE 60 8C 0 3E 2D 0 157 63 45
Octal 376 140 214 0 76 55 0 527 143 105
Binary 11111110 1100000 10001100 0 111110 101101 0 101010111 1100011 1000101

Color Harmonies of #FE608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE608C

Black with #FE608C

Text Example


Text Example

White with #FE608C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE608C; }

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

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

background-color css

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

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

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

border-color css

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

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

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