Html Css Color HEX #FE47B9 Brilliant Rose

📋 copy color: '#FE47B9'

red 254 ◦ green 71 ◦ blue 185

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

Shades of Brilliant Rose #FE47B9

Tints of Brilliant Rose #FE47B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.27%

R = 49.8%
G = 13.92%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE47B9 (or 0xFE47B9) is known color: Brilliant Rose. HEX triplet: FE, 47 and B9. RGB value is (254,71,185). Sum of RGB (Red+Green+Blue) = 254+71+185=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 71 (28.12% from 255 or 13.92% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE47B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE47B9 is #01B846. Grayscale: #8A8A8A. Windows color (decimal): -112711 or 12142590. OLE color: 12142590.

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

Color convert

RGB 254 71 185 -
CMYK 0 0.72 0.27 0.00
HSL 322.62º 0.99% 0.64% -
HSV(B) 322.62º 0.72% 1% -
XYZ 51.88 29.08 48.78 -
YUV 138.71 154.13 210.23 -
System Red Green Blue C M Y K H S L
Decimal 254 71 185 0 0.72 0.27 0.00 322.62 0.99 0.64
Hex FE 47 B9 0 48 1B 0 143 63 40
Octal 376 107 271 0 110 33 0 503 143 100
Binary 11111110 1000111 10111001 0 1001000 11011 0 101000011 1100011 1000000

Color Harmonies of #FE47B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE47B9

Black with #FE47B9

Text Example


Text Example

White with #FE47B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE47B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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