Html Css Color HEX #FE47B0 Brilliant Rose

📋 copy color: '#FE47B0'

red 254 ◦ green 71 ◦ blue 176

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

Shades of Brilliant Rose #FE47B0

Tints of Brilliant Rose #FE47B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.13%

R = 50.7%
G = 14.17%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE47B0 (or 0xFE47B0) is known color: Brilliant Rose. HEX triplet: FE, 47 and B0. RGB value is (254,71,176). Sum of RGB (Red+Green+Blue) = 254+71+176=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 71 (28.12% from 255 or 14.17% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE47B0 is #01B84F. Grayscale: #898989. Windows color (decimal): -112720 or 11552766. OLE color: 11552766.

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

Color convert

RGB 254 71 176 -
CMYK 0 0.72 0.31 0.00
HSL 325.57º 0.99% 0.64% -
HSV(B) 325.57º 0.72% 1% -
XYZ 50.96 28.71 43.93 -
YUV 137.69 149.63 210.96 -
System Red Green Blue C M Y K H S L
Decimal 254 71 176 0 0.72 0.31 0.00 325.57 0.99 0.64
Hex FE 47 B0 0 48 1F 0 146 63 40
Octal 376 107 260 0 110 37 0 506 143 100
Binary 11111110 1000111 10110000 0 1001000 11111 0 101000110 1100011 1000000

Color Harmonies of #FE47B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE47B0

Black with #FE47B0

Text Example


Text Example

White with #FE47B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE47B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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