Html Css Color HEX #FE6493 Brink Pink

📋 copy color: '#FE6493'

red 254 ◦ green 100 ◦ blue 147

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

Shades of Brink Pink #FE6493

Tints of Brink Pink #FE6493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.34%

R = 50.7%
G = 19.96%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE6493 (or 0xFE6493) is known color: Brink Pink. HEX triplet: FE, 64 and 93. RGB value is (254,100,147). Sum of RGB (Red+Green+Blue) = 254+100+147=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6493 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6493 is #019B6C. Grayscale: #979797. Windows color (decimal): -105325 or 9659646. OLE color: 9659646.

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

Color convert

RGB 254 100 147 -
CMYK 0 0.61 0.42 0.00
HSL 341.69º 0.99% 0.69% -
HSV(B) 341.69º 0.61% 1% -
XYZ 50.7 32.29 31.16 -
YUV 151.4 125.52 201.18 -
System Red Green Blue C M Y K H S L
Decimal 254 100 147 0 0.61 0.42 0.00 341.69 0.99 0.69
Hex FE 64 93 0 3D 2A 0 156 63 45
Octal 376 144 223 0 75 52 0 526 143 105
Binary 11111110 1100100 10010011 0 111101 101010 0 101010110 1100011 1000101

Color Harmonies of #FE6493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6493

Black with #FE6493

Text Example


Text Example

White with #FE6493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6493; }

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

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

background-color css

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

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

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

border-color css

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

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

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