Html Css Color HEX #FB48DB Razzle Dazzle Rose

📋 copy color: '#FB48DB'

red 251 ◦ green 72 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FB48DB

Tints of Razzle Dazzle Rose #FB48DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.28%

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

R = 46.31%
G = 13.28%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB48DB (or 0xFB48DB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 48 and DB. RGB value is (251,72,219). Sum of RGB (Red+Green+Blue) = 251+72+219=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 72 (28.52% from 255 or 13.28% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FB48DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB48DB is #04B724. Grayscale: #8D8D8D. Windows color (decimal): -309029 or 14371067. OLE color: 14371067.

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

Color convert

RGB 251 72 219 -
CMYK 0 0.71 0.13 0.02
HSL 310.73º 0.96% 0.63% -
HSV(B) 310.73º 0.71% 0.98% -
XYZ 54.89 30.26 69.97 -
YUV 142.28 171.3 205.55 -
System Red Green Blue C M Y K H S L
Decimal 251 72 219 0 0.71 0.13 0.02 310.73 0.96 0.63
Hex FB 48 DB 0 47 D 2 137 60 3F
Octal 373 110 333 0 107 15 2 467 140 77
Binary 11111011 1001000 11011011 0 1000111 1101 10 100110111 1100000 111111

Color Harmonies of #FB48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB48DB

Black with #FB48DB

Text Example


Text Example

White with #FB48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB48DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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