Html Css Color HEX #FE6185 Brink Pink

📋 copy color: '#FE6185'

red 254 ◦ green 97 ◦ blue 133

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

Shades of Brink Pink #FE6185

Tints of Brink Pink #FE6185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.48%

R = 52.48%
G = 20.04%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE6185 (or 0xFE6185) is known color: Brink Pink. HEX triplet: FE, 61 and 85. RGB value is (254,97,133). Sum of RGB (Red+Green+Blue) = 254+97+133=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6185 is #019E7A. Grayscale: #949494. Windows color (decimal): -106107 or 8741374. OLE color: 8741374.

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

Color convert

RGB 254 97 133 -
CMYK 0 0.62 0.48 0.00
HSL 346.24º 0.99% 0.69% -
HSV(B) 346.24º 0.62% 1% -
XYZ 49.38 31.31 25.63 -
YUV 148.05 119.51 203.57 -
System Red Green Blue C M Y K H S L
Decimal 254 97 133 0 0.62 0.48 0.00 346.24 0.99 0.69
Hex FE 61 85 0 3E 30 0 15A 63 45
Octal 376 141 205 0 76 60 0 532 143 105
Binary 11111110 1100001 10000101 0 111110 110000 0 101011010 1100011 1000101

Color Harmonies of #FE6185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6185

Black with #FE6185

Text Example


Text Example

White with #FE6185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6185; }

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

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

background-color css

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

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

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

border-color css

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

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

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