Html Css Color HEX #FB47DB Razzle Dazzle Rose

📋 copy color: '#FB47DB'

red 251 ◦ green 71 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FB47DB

Tints of Razzle Dazzle Rose #FB47DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 46.4%
G = 13.12%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB47DB (or 0xFB47DB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 47 and DB. RGB value is (251,71,219). Sum of RGB (Red+Green+Blue) = 251+71+219=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 71 (28.12% from 255 or 13.12% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FB47DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB47DB is #04B824. Grayscale: #8D8D8D. Windows color (decimal): -309285 or 14370811. OLE color: 14370811.

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

Color convert

RGB 251 71 219 -
CMYK 0 0.72 0.13 0.02
HSL 310.67º 0.96% 0.63% -
HSV(B) 310.67º 0.72% 0.98% -
XYZ 54.82 30.13 69.94 -
YUV 141.69 171.63 205.97 -
System Red Green Blue C M Y K H S L
Decimal 251 71 219 0 0.72 0.13 0.02 310.67 0.96 0.63
Hex FB 47 DB 0 48 D 2 137 60 3F
Octal 373 107 333 0 110 15 2 467 140 77
Binary 11111011 1000111 11011011 0 1001000 1101 10 100110111 1100000 111111

Color Harmonies of #FB47DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB47DB

Black with #FB47DB

Text Example


Text Example

White with #FB47DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB47DB; }

 p { color: rgb(251,71,219); }

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

background-color css

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

 a { background-color: rgb(251,71,219); }

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

border-color css

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

 span { border-color: rgb(251,71,219); }

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