Html Css Color HEX #FB49DD Razzle Dazzle Rose

📋 copy color: '#FB49DD'

red 251 ◦ green 73 ◦ blue 221

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

Shades of Razzle Dazzle Rose #FB49DD

Tints of Razzle Dazzle Rose #FB49DD

RGB

 RED value IS 251 (98.44% from 255) = 46.06%

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

 BLUE value IS 221 (86.72% from 255) = 40.55%

R = 46.06%
G = 13.39%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB49DD (or 0xFB49DD) is known color: Razzle Dazzle Rose. HEX triplet: FB, 49 and DD. RGB value is (251,73,221). Sum of RGB (Red+Green+Blue) = 251+73+221=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 73 (28.91% from 255 or 13.39% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FB49DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB49DD is #04B622. Grayscale: #8E8E8E. Windows color (decimal): -308771 or 14502395. OLE color: 14502395.

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

Color convert

RGB 251 73 221 -
CMYK 0 0.71 0.12 0.02
HSL 310.11º 0.96% 0.64% -
HSV(B) 310.11º 0.71% 0.98% -
XYZ 55.22 30.49 71.38 -
YUV 143.09 171.97 204.97 -
System Red Green Blue C M Y K H S L
Decimal 251 73 221 0 0.71 0.12 0.02 310.11 0.96 0.64
Hex FB 49 DD 0 47 C 2 136 60 40
Octal 373 111 335 0 107 14 2 466 140 100
Binary 11111011 1001001 11011101 0 1000111 1100 10 100110110 1100000 1000000

Color Harmonies of #FB49DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB49DD

Black with #FB49DD

Text Example


Text Example

White with #FB49DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB49DD; }

 p { color: rgb(251,73,221); }

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

background-color css

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

 a { background-color: rgb(251,73,221); }

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

border-color css

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

 span { border-color: rgb(251,73,221); }

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