Html Css Color HEX #FE529B Brilliant Rose

📋 copy color: '#FE529B'

red 254 ◦ green 82 ◦ blue 155

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

Shades of Brilliant Rose #FE529B

Tints of Brilliant Rose #FE529B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.57%

R = 51.73%
G = 16.7%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE529B (or 0xFE529B) is known color: Brilliant Rose. HEX triplet: FE, 52 and 9B. RGB value is (254,82,155). Sum of RGB (Red+Green+Blue) = 254+82+155=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 82 (32.42% from 255 or 16.70% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE529B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE529B is #01AD64. Grayscale: #8D8D8D. Windows color (decimal): -109925 or 10179326. OLE color: 10179326.

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

Color convert

RGB 254 82 155 -
CMYK 0 0.68 0.39 0.00
HSL 334.53º 0.99% 0.66% -
HSV(B) 334.53º 0.68% 1% -
XYZ 49.81 29.47 34.07 -
YUV 141.75 135.48 208.06 -
System Red Green Blue C M Y K H S L
Decimal 254 82 155 0 0.68 0.39 0.00 334.53 0.99 0.66
Hex FE 52 9B 0 44 27 0 14F 63 42
Octal 376 122 233 0 104 47 0 517 143 102
Binary 11111110 1010010 10011011 0 1000100 100111 0 101001111 1100011 1000010

Color Harmonies of #FE529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE529B

Black with #FE529B

Text Example


Text Example

White with #FE529B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE529B; }

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

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

background-color css

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

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

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

border-color css

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

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

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