Html Css Color HEX #FF49AF Brilliant Rose

📋 copy color: '#FF49AF'

red 255 ◦ green 73 ◦ blue 175

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

Shades of Brilliant Rose #FF49AF

Tints of Brilliant Rose #FF49AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.79%

R = 50.7%
G = 14.51%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF49AF (or 0xFF49AF) is known color: Brilliant Rose. HEX triplet: FF, 49 and AF. RGB value is (255,73,175). Sum of RGB (Red+Green+Blue) = 255+73+175=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 73 (28.91% from 255 or 14.51% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF49AF is #00B650. Grayscale: #8A8A8A. Windows color (decimal): -46673 or 11487743. OLE color: 11487743.

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

Color convert

RGB 255 73 175 -
CMYK 0 0.71 0.31 0
HSL 326.37º 1% 0.64% -
HSV(B) 326.37º 0.71% 1% -
XYZ 51.36 29.12 43.47 -
YUV 139.05 148.3 210.71 -
System Red Green Blue C M Y K H S L
Decimal 255 73 175 0 0.71 0.31 0 326.37 1 0.64
Hex FF 49 AF 0 47 1F 0 146 64 40
Octal 377 111 257 0 107 37 0 506 144 100
Binary 11111111 1001001 10101111 0 1000111 11111 0 101000110 1100100 1000000

Color Harmonies of #FF49AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF49AF

Black with #FF49AF

Text Example


Text Example

White with #FF49AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF49AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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