Html Css Color HEX #FE4D9E Brilliant Rose

📋 copy color: '#FE4D9E'

red 254 ◦ green 77 ◦ blue 158

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

Shades of Brilliant Rose #FE4D9E

Tints of Brilliant Rose #FE4D9E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.75%

 BLUE value IS 158 (62.11% from 255) = 32.31%

R = 51.94%
G = 15.75%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE4D9E (or 0xFE4D9E) is known color: Brilliant Rose. HEX triplet: FE, 4D and 9E. RGB value is (254,77,158). Sum of RGB (Red+Green+Blue) = 254+77+158=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4D9E is #01B261. Grayscale: #8B8B8B. Windows color (decimal): -111202 or 10374654. OLE color: 10374654.

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

Color convert

RGB 254 77 158 -
CMYK 0 0.70 0.38 0.00
HSL 332.54º 0.99% 0.65% -
HSV(B) 332.54º 0.7% 1% -
XYZ 49.7 28.85 35.3 -
YUV 139.16 138.64 209.91 -
System Red Green Blue C M Y K H S L
Decimal 254 77 158 0 0.70 0.38 0.00 332.54 0.99 0.65
Hex FE 4D 9E 0 46 26 0 14D 63 41
Octal 376 115 236 0 106 46 0 515 143 101
Binary 11111110 1001101 10011110 0 1000110 100110 0 101001101 1100011 1000001

Color Harmonies of #FE4D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4D9E

Black with #FE4D9E

Text Example


Text Example

White with #FE4D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4D9E; }

 p { color: rgb(254,77,158); }

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

background-color css

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

 a { background-color: rgb(254,77,158); }

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

border-color css

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

 span { border-color: rgb(254,77,158); }

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