Html Css Color HEX #FE479C Brilliant Rose

📋 copy color: '#FE479C'

red 254 ◦ green 71 ◦ blue 156

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

Shades of Brilliant Rose #FE479C

Tints of Brilliant Rose #FE479C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.43%

R = 52.81%
G = 14.76%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE479C (or 0xFE479C) is known color: Brilliant Rose. HEX triplet: FE, 47 and 9C. RGB value is (254,71,156). Sum of RGB (Red+Green+Blue) = 254+71+156=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 71 (28.12% from 255 or 14.76% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE479C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE479C is #01B863. Grayscale: #878787. Windows color (decimal): -112740 or 10242046. OLE color: 10242046.

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

Color convert

RGB 254 71 156 -
CMYK 0 0.72 0.39 0.00
HSL 332.13º 0.99% 0.64% -
HSV(B) 332.13º 0.72% 1% -
XYZ 49.13 27.98 34.26 -
YUV 135.41 139.63 212.59 -
System Red Green Blue C M Y K H S L
Decimal 254 71 156 0 0.72 0.39 0.00 332.13 0.99 0.64
Hex FE 47 9C 0 48 27 0 14C 63 40
Octal 376 107 234 0 110 47 0 514 143 100
Binary 11111110 1000111 10011100 0 1001000 100111 0 101001100 1100011 1000000

Color Harmonies of #FE479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE479C

Black with #FE479C

Text Example


Text Example

White with #FE479C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE479C; }

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

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

background-color css

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

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

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

border-color css

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

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

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