Html Css Color HEX #FE52A0 Brilliant Rose

📋 copy color: '#FE52A0'

red 254 ◦ green 82 ◦ blue 160

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

Shades of Brilliant Rose #FE52A0

Tints of Brilliant Rose #FE52A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.26%

R = 51.21%
G = 16.53%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE52A0 (or 0xFE52A0) is known color: Brilliant Rose. HEX triplet: FE, 52 and A0. RGB value is (254,82,160). Sum of RGB (Red+Green+Blue) = 254+82+160=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 82 (32.42% from 255 or 16.53% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE52A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE52A0 is #01AD5F. Grayscale: #8E8E8E. Windows color (decimal): -109920 or 10507006. OLE color: 10507006.

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

Color convert

RGB 254 82 160 -
CMYK 0 0.68 0.37 0.00
HSL 332.79º 0.99% 0.66% -
HSV(B) 332.79º 0.68% 1% -
XYZ 50.24 29.64 36.33 -
YUV 142.32 137.98 207.66 -
System Red Green Blue C M Y K H S L
Decimal 254 82 160 0 0.68 0.37 0.00 332.79 0.99 0.66
Hex FE 52 A0 0 44 25 0 14D 63 42
Octal 376 122 240 0 104 45 0 515 143 102
Binary 11111110 1010010 10100000 0 1000100 100101 0 101001101 1100011 1000010

Color Harmonies of #FE52A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE52A0

Black with #FE52A0

Text Example


Text Example

White with #FE52A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE52A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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