Html Css Color HEX #FE52A7 Brilliant Rose

📋 copy color: '#FE52A7'

red 254 ◦ green 82 ◦ blue 167

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

Shades of Brilliant Rose #FE52A7

Tints of Brilliant Rose #FE52A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.2%

R = 50.5%
G = 16.3%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FE52A7 (or 0xFE52A7) is known color: Brilliant Rose. HEX triplet: FE, 52 and A7. RGB value is (254,82,167). Sum of RGB (Red+Green+Blue) = 254+82+167=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 82 (32.42% from 255 or 16.30% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE52A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE52A7 is #01AD58. Grayscale: #8E8E8E. Windows color (decimal): -109913 or 10965758. OLE color: 10965758.

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

Color convert

RGB 254 82 167 -
CMYK 0 0.68 0.34 0.00
HSL 330.35º 0.99% 0.66% -
HSV(B) 330.35º 0.68% 1% -
XYZ 50.87 29.9 39.65 -
YUV 143.12 141.48 207.09 -
System Red Green Blue C M Y K H S L
Decimal 254 82 167 0 0.68 0.34 0.00 330.35 0.99 0.66
Hex FE 52 A7 0 44 22 0 14A 63 42
Octal 376 122 247 0 104 42 0 512 143 102
Binary 11111110 1010010 10100111 0 1000100 100010 0 101001010 1100011 1000010

Color Harmonies of #FE52A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE52A7

Black with #FE52A7

Text Example


Text Example

White with #FE52A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE52A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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