Html Css Color HEX #FF49A3 Brilliant Rose

📋 copy color: '#FF49A3'

red 255 ◦ green 73 ◦ blue 163

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

Shades of Brilliant Rose #FF49A3

Tints of Brilliant Rose #FF49A3

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.87%

 BLUE value IS 163 (64.06% from 255) = 33.2%

R = 51.93%
G = 14.87%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#FF49A3 (or 0xFF49A3) is known color: Brilliant Rose. HEX triplet: FF, 49 and A3. RGB value is (255,73,163). Sum of RGB (Red+Green+Blue) = 255+73+163=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 73 (28.91% from 255 or 14.87% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF49A3 is #00B65C. Grayscale: #898989. Windows color (decimal): -46685 or 10701311. OLE color: 10701311.

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

Color convert

RGB 255 73 163 -
CMYK 0 0.71 0.36 0
HSL 330.33º 1% 0.64% -
HSV(B) 330.33º 0.71% 1% -
XYZ 50.23 28.67 37.54 -
YUV 137.68 142.3 211.68 -
System Red Green Blue C M Y K H S L
Decimal 255 73 163 0 0.71 0.36 0 330.33 1 0.64
Hex FF 49 A3 0 47 24 0 14A 64 40
Octal 377 111 243 0 107 44 0 512 144 100
Binary 11111111 1001001 10100011 0 1000111 100100 0 101001010 1100100 1000000

Color Harmonies of #FF49A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF49A3

Black with #FF49A3

Text Example


Text Example

White with #FF49A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF49A3; }

 p { color: rgb(255,73,163); }

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

background-color css

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

 a { background-color: rgb(255,73,163); }

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

border-color css

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

 span { border-color: rgb(255,73,163); }

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