Html Css Color HEX #FE47A5 Brilliant Rose

📋 copy color: '#FE47A5'

red 254 ◦ green 71 ◦ blue 165

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

Shades of Brilliant Rose #FE47A5

Tints of Brilliant Rose #FE47A5

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.49%

 BLUE value IS 165 (64.84% from 255) = 33.67%

R = 51.84%
G = 14.49%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FE47A5 (or 0xFE47A5) is known color: Brilliant Rose. HEX triplet: FE, 47 and A5. RGB value is (254,71,165). Sum of RGB (Red+Green+Blue) = 254+71+165=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 71 (28.12% from 255 or 14.49% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE47A5 is #01B85A. Grayscale: #888888. Windows color (decimal): -112731 or 10831870. OLE color: 10831870.

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

Color convert

RGB 254 71 165 -
CMYK 0 0.72 0.35 0.00
HSL 329.18º 0.99% 0.64% -
HSV(B) 329.18º 0.72% 1% -
XYZ 49.92 28.29 38.43 -
YUV 136.43 144.13 211.86 -
System Red Green Blue C M Y K H S L
Decimal 254 71 165 0 0.72 0.35 0.00 329.18 0.99 0.64
Hex FE 47 A5 0 48 23 0 149 63 40
Octal 376 107 245 0 110 43 0 511 143 100
Binary 11111110 1000111 10100101 0 1001000 100011 0 101001001 1100011 1000000

Color Harmonies of #FE47A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE47A5

Black with #FE47A5

Text Example


Text Example

White with #FE47A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE47A5; }

 p { color: rgb(254,71,165); }

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

background-color css

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

 a { background-color: rgb(254,71,165); }

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

border-color css

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

 span { border-color: rgb(254,71,165); }

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