Html Css Color HEX #FB37DB Razzle Dazzle Rose

📋 copy color: '#FB37DB'

red 251 ◦ green 55 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FB37DB

Tints of Razzle Dazzle Rose #FB37DB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.48%

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

R = 47.81%
G = 10.48%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB37DB (or 0xFB37DB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 37 and DB. RGB value is (251,55,219). Sum of RGB (Red+Green+Blue) = 251+55+219=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 55 (21.88% from 255 or 10.48% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FB37DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB37DB is #04C824. Grayscale: #838383. Windows color (decimal): -313381 or 14366715. OLE color: 14366715.

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

Color convert

RGB 251 55 219 -
CMYK 0 0.78 0.13 0.02
HSL 309.8º 0.96% 0.6% -
HSV(B) 309.8º 0.78% 0.98% -
XYZ 53.94 28.36 69.65 -
YUV 132.3 176.93 212.66 -
System Red Green Blue C M Y K H S L
Decimal 251 55 219 0 0.78 0.13 0.02 309.8 0.96 0.6
Hex FB 37 DB 0 4E D 2 136 60 3C
Octal 373 67 333 0 116 15 2 466 140 74
Binary 11111011 110111 11011011 0 1001110 1101 10 100110110 1100000 111100

Color Harmonies of #FB37DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB37DB

Black with #FB37DB

Text Example


Text Example

White with #FB37DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB37DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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