Html Css Color HEX #FF47AE Brilliant Rose

📋 copy color: '#FF47AE'

red 255 ◦ green 71 ◦ blue 174

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

Shades of Brilliant Rose #FF47AE

Tints of Brilliant Rose #FF47AE

RGB

 RED value IS 255 (100% from 255) = 51%

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

 BLUE value IS 174 (68.36% from 255) = 34.8%

R = 51%
G = 14.2%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FF47AE (or 0xFF47AE) is known color: Brilliant Rose. HEX triplet: FF, 47 and AE. RGB value is (255,71,174). Sum of RGB (Red+Green+Blue) = 255+71+174=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 71 (28.12% from 255 or 14.2% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF47AE is #00B851. Grayscale: #898989. Windows color (decimal): -47186 or 11421695. OLE color: 11421695.

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

Color convert

RGB 255 71 174 -
CMYK 0 0.72 0.32 0
HSL 326.41º 1% 0.64% -
HSV(B) 326.41º 0.72% 1% -
XYZ 51.13 28.82 42.91 -
YUV 137.76 148.46 211.62 -
System Red Green Blue C M Y K H S L
Decimal 255 71 174 0 0.72 0.32 0 326.41 1 0.64
Hex FF 47 AE 0 48 20 0 146 64 40
Octal 377 107 256 0 110 40 0 506 144 100
Binary 11111111 1000111 10101110 0 1001000 100000 0 101000110 1100100 1000000

Color Harmonies of #FF47AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF47AE

Black with #FF47AE

Text Example


Text Example

White with #FF47AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF47AE; }

 p { color: rgb(255,71,174); }

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

background-color css

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

 a { background-color: rgb(255,71,174); }

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

border-color css

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

 span { border-color: rgb(255,71,174); }

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