Html Css Color HEX #FE529E Brilliant Rose

📋 copy color: '#FE529E'

red 254 ◦ green 82 ◦ blue 158

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

Shades of Brilliant Rose #FE529E

Tints of Brilliant Rose #FE529E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.6%

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

R = 51.42%
G = 16.6%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE529E (or 0xFE529E) is known color: Brilliant Rose. HEX triplet: FE, 52 and 9E. RGB value is (254,82,158). Sum of RGB (Red+Green+Blue) = 254+82+158=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 82 (32.42% from 255 or 16.60% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE529E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE529E is #01AD61. Grayscale: #8D8D8D. Windows color (decimal): -109922 or 10375934. OLE color: 10375934.

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

Color convert

RGB 254 82 158 -
CMYK 0 0.68 0.38 0.00
HSL 333.49º 0.99% 0.66% -
HSV(B) 333.49º 0.68% 1% -
XYZ 50.06 29.57 35.42 -
YUV 142.09 136.98 207.82 -
System Red Green Blue C M Y K H S L
Decimal 254 82 158 0 0.68 0.38 0.00 333.49 0.99 0.66
Hex FE 52 9E 0 44 26 0 14D 63 42
Octal 376 122 236 0 104 46 0 515 143 102
Binary 11111110 1010010 10011110 0 1000100 100110 0 101001101 1100011 1000010

Color Harmonies of #FE529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE529E

Black with #FE529E

Text Example


Text Example

White with #FE529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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