Html Css Color HEX #FF49BB Razzle Dazzle Rose

📋 copy color: '#FF49BB'

red 255 ◦ green 73 ◦ blue 187

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

Shades of Razzle Dazzle Rose #FF49BB

Tints of Razzle Dazzle Rose #FF49BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.31%

R = 49.51%
G = 14.17%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF49BB (or 0xFF49BB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 49 and BB. RGB value is (255,73,187). Sum of RGB (Red+Green+Blue) = 255+73+187=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 73 (28.91% from 255 or 14.17% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF49BB is #00B644. Grayscale: #8C8C8C. Windows color (decimal): -46661 or 12274175. OLE color: 12274175.

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

Color convert

RGB 255 73 187 -
CMYK 0 0.71 0.27 0
HSL 322.42º 1% 0.64% -
HSV(B) 322.42º 0.71% 1% -
XYZ 52.59 29.61 49.96 -
YUV 140.41 154.3 209.73 -
System Red Green Blue C M Y K H S L
Decimal 255 73 187 0 0.71 0.27 0 322.42 1 0.64
Hex FF 49 BB 0 47 1B 0 142 64 40
Octal 377 111 273 0 107 33 0 502 144 100
Binary 11111111 1001001 10111011 0 1000111 11011 0 101000010 1100100 1000000

Color Harmonies of #FF49BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF49BB

Black with #FF49BB

Text Example


Text Example

White with #FF49BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF49BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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