Html Css Color HEX #FE6479 Brink Pink

📋 copy color: '#FE6479'

red 254 ◦ green 100 ◦ blue 121

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

Shades of Brink Pink #FE6479

Tints of Brink Pink #FE6479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.47%

R = 53.47%
G = 21.05%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE6479 (or 0xFE6479) is known color: Brink Pink. HEX triplet: FE, 64 and 79. RGB value is (254,100,121). Sum of RGB (Red+Green+Blue) = 254+100+121=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6479 is #019B86. Grayscale: #949494. Windows color (decimal): -105351 or 7955710. OLE color: 7955710.

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

Color convert

RGB 254 100 121 -
CMYK 0 0.61 0.52 0.00
HSL 351.82º 0.99% 0.69% -
HSV(B) 351.82º 0.61% 1% -
XYZ 48.88 31.57 21.61 -
YUV 148.44 112.52 203.29 -
System Red Green Blue C M Y K H S L
Decimal 254 100 121 0 0.61 0.52 0.00 351.82 0.99 0.69
Hex FE 64 79 0 3D 34 0 160 63 45
Octal 376 144 171 0 75 64 0 540 143 105
Binary 11111110 1100100 1111001 0 111101 110100 0 101100000 1100011 1000101

Color Harmonies of #FE6479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6479

Black with #FE6479

Text Example


Text Example

White with #FE6479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6479; }

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

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

background-color css

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

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

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

border-color css

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

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

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