Html Css Color HEX #FE6484 Brink Pink

📋 copy color: '#FE6484'

red 254 ◦ green 100 ◦ blue 132

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

Shades of Brink Pink #FE6484

Tints of Brink Pink #FE6484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.16%

R = 52.26%
G = 20.58%
B = 27.16%

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

#FE6484 (or 0xFE6484) is known color: Brink Pink. HEX triplet: FE, 64 and 84. RGB value is (254,100,132). Sum of RGB (Red+Green+Blue) = 254+100+132=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6484 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6484 is #019B7B. Grayscale: #959595. Windows color (decimal): -105340 or 8676606. OLE color: 8676606.

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

Color convert

RGB 254 100 132 -
CMYK 0 0.61 0.48 0.00
HSL 347.53º 0.99% 0.69% -
HSV(B) 347.53º 0.61% 1% -
XYZ 49.6 31.85 25.36 -
YUV 149.69 118.02 202.4 -
System Red Green Blue C M Y K H S L
Decimal 254 100 132 0 0.61 0.48 0.00 347.53 0.99 0.69
Hex FE 64 84 0 3D 30 0 15C 63 45
Octal 376 144 204 0 75 60 0 534 143 105
Binary 11111110 1100100 10000100 0 111101 110000 0 101011100 1100011 1000101

Color Harmonies of #FE6484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6484

Black with #FE6484

Text Example


Text Example

White with #FE6484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6484; }

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

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

background-color css

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

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

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

border-color css

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

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

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