Html Css Color HEX #FE4FA9 Brilliant Rose

📋 copy color: '#FE4FA9'

red 254 ◦ green 79 ◦ blue 169

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

Shades of Brilliant Rose #FE4FA9

Tints of Brilliant Rose #FE4FA9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.74%

 BLUE value IS 169 (66.41% from 255) = 33.67%

R = 50.6%
G = 15.74%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE4FA9 (or 0xFE4FA9) is known color: Brilliant Rose. HEX triplet: FE, 4F and A9. RGB value is (254,79,169). Sum of RGB (Red+Green+Blue) = 254+79+169=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 79 (31.25% from 255 or 15.74% from 502); Blue value is 169 (66.41% from 255 or 33.67% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4FA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE4FA9 is #01B056. Grayscale: #8D8D8D. Windows color (decimal): -110679 or 11096062. OLE color: 11096062.

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

Color convert

RGB 254 79 169 -
CMYK 0 0.69 0.33 0.00
HSL 329.14º 0.99% 0.65% -
HSV(B) 329.14º 0.69% 1% -
XYZ 50.83 29.53 40.56 -
YUV 141.59 143.48 208.18 -
System Red Green Blue C M Y K H S L
Decimal 254 79 169 0 0.69 0.33 0.00 329.14 0.99 0.65
Hex FE 4F A9 0 45 21 0 149 63 41
Octal 376 117 251 0 105 41 0 511 143 101
Binary 11111110 1001111 10101001 0 1000101 100001 0 101001001 1100011 1000001

Color Harmonies of #FE4FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4FA9

Black with #FE4FA9

Text Example


Text Example

White with #FE4FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4FA9; }

 p { color: rgb(254,79,169); }

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

background-color css

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

 a { background-color: rgb(254,79,169); }

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

border-color css

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

 span { border-color: rgb(254,79,169); }

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