Html Css Color HEX #FE6485 Brink Pink

📋 copy color: '#FE6485'

red 254 ◦ green 100 ◦ blue 133

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

Shades of Brink Pink #FE6485

Tints of Brink Pink #FE6485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.53%

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

R = 52.16%
G = 20.53%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE6485 (or 0xFE6485) is known color: Brink Pink. HEX triplet: FE, 64 and 85. RGB value is (254,100,133). Sum of RGB (Red+Green+Blue) = 254+100+133=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6485 is #019B7A. Grayscale: #959595. Windows color (decimal): -105339 or 8742142. OLE color: 8742142.

HSL color Cylindrical-coordinate representation of color #FE6485: hue angle of 347.14º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE6485 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 100 133 -
CMYK 0 0.61 0.48 0.00
HSL 347.14º 0.99% 0.69% -
HSV(B) 347.14º 0.61% 1% -
XYZ 49.66 31.88 25.73 -
YUV 149.81 118.52 202.32 -
System Red Green Blue C M Y K H S L
Decimal 254 100 133 0 0.61 0.48 0.00 347.14 0.99 0.69
Hex FE 64 85 0 3D 30 0 15B 63 45
Octal 376 144 205 0 75 60 0 533 143 105
Binary 11111110 1100100 10000101 0 111101 110000 0 101011011 1100011 1000101

Color Harmonies of #FE6485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6485

Black with #FE6485

Text Example


Text Example

White with #FE6485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6485; }

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

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

background-color css

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

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

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

border-color css

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

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

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