Html Css Color HEX #FE479D Brilliant Rose

📋 copy color: '#FE479D'

red 254 ◦ green 71 ◦ blue 157

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

Shades of Brilliant Rose #FE479D

Tints of Brilliant Rose #FE479D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.73%

 BLUE value IS 157 (61.72% from 255) = 32.57%

R = 52.7%
G = 14.73%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE479D (or 0xFE479D) is known color: Brilliant Rose. HEX triplet: FE, 47 and 9D. RGB value is (254,71,157). Sum of RGB (Red+Green+Blue) = 254+71+157=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 71 (28.12% from 255 or 14.73% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE479D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE479D is #01B862. Grayscale: #878787. Windows color (decimal): -112739 or 10307582. OLE color: 10307582.

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

Color convert

RGB 254 71 157 -
CMYK 0 0.72 0.38 0.00
HSL 331.8º 0.99% 0.64% -
HSV(B) 331.8º 0.72% 1% -
XYZ 49.21 28.01 34.71 -
YUV 135.52 140.13 212.51 -
System Red Green Blue C M Y K H S L
Decimal 254 71 157 0 0.72 0.38 0.00 331.8 0.99 0.64
Hex FE 47 9D 0 48 26 0 14C 63 40
Octal 376 107 235 0 110 46 0 514 143 100
Binary 11111110 1000111 10011101 0 1001000 100110 0 101001100 1100011 1000000

Color Harmonies of #FE479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE479D

Black with #FE479D

Text Example


Text Example

White with #FE479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE479D; }

 p { color: rgb(254,71,157); }

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

background-color css

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

 a { background-color: rgb(254,71,157); }

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

border-color css

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

 span { border-color: rgb(254,71,157); }

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